Click or drag to resize

ClientAssertion Constructor

Initializes an instance of ClientAssertion class.

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public ClientAssertion(
	string type,
	string value
)

Parameters

type
Type: SystemString
The assertion type.
value
Type: SystemString
The assertion value.
See Also