ClientAssertion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Client assertion.
public sealed class ClientAssertion
type ClientAssertion = class
Public NotInheritable Class ClientAssertion
- Inheritance
-
ClientAssertion
Constructors
ClientAssertion(String, Nullable<DateTimeOffset>) |
Constructor of a ClientAssertion, which can be used instead of a client secret or client certificates to authenticate the confidential client application. See https://aka.ms/ms-id-web/client-assertions. |
Properties
Expiry |
Expiry of the client assertion. |
SignedAssertion |
Signed assertion. |