Click or drag to resize

ClientAssertion Class

Models client assertion for authorization server.
Inheritance Hierarchy
SystemObject
  Aras.IOM.OAuthClientAssertion

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public class ClientAssertion

The ClientAssertion type exposes the following members.

Constructors
  NameDescription
Public methodClientAssertion
Initializes an instance of ClientAssertion class.
Top
Properties
  NameDescription
Public propertyType
Gets the assertion type.
Public propertyValue
Gets the assertion value.
Top
See Also