Click or drag to resize

CertificateTokenProvider Class

Implementation of ITokenProvider for implicit authentication via Certificate provider.
Inheritance Hierarchy
SystemObject
  Aras.IOM.OAuthCertificateTokenProvider

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

The CertificateTokenProvider type exposes the following members.

Constructors
  NameDescription
Public methodCertificateTokenProvider
Initializes an instance of CertificateTokenProvider class.
Top
Methods
  NameDescription
Public methodGetAccessTokenAsync
Get access token.
Top
See Also