UserAssertion 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.
public sealed class UserAssertion
type UserAssertion = class
Public NotInheritable Class UserAssertion
- Inheritance
-
UserAssertion
Constructors
UserAssertion(String, String) |
Constructor of a UserAssertion specifying the assertionType in addition to the assertion |
UserAssertion(String) |
Constructor from a JWT assertion. For other assertion types (SAML), use the other constructor UserAssertion(String, String) |
Properties
Assertion |
Gets the assertion. |
AssertionType |
Gets the assertion type. |