ClientAssertion Constructor |
Namespace:
Aras.IOM.OAuth
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic ClientAssertion(
string type,
string value
)
Public Sub New (
type As String,
value As String
)
public ClientAssertion(
String type,
String value
)
public function ClientAssertion(
type : String,
value : String
)
Parameters
- type
- Type: SystemString
The assertion type. - value
- Type: SystemString
The assertion value.
See Also