ClientAssertion(String, Nullable<DateTimeOffset>) Constructor
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.
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.
public ClientAssertion (string signedAssertion, DateTimeOffset? expiry);
new Microsoft.Identity.Web.ClientAssertion : string * Nullable<DateTimeOffset> -> Microsoft.Identity.Web.ClientAssertion
Public Sub New (signedAssertion As String, expiry As Nullable(Of DateTimeOffset))
Parameters
- signedAssertion
- String
Signed assertion.
- expiry
- Nullable<DateTimeOffset>
Optional expiry.