Saml2Id 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.
Represents the identifier used for SAML assertions.
public ref class Saml2Id
public class Saml2Id
type Saml2Id = class
Public Class Saml2Id
- Inheritance
-
Saml2Id
Remarks
For more information about the element that this class represents, see the SAML V2.0 Core specification.
Constructors
Saml2Id() |
Initializes a new instance of the Saml2Id class with a system-generated value. |
Saml2Id(String) |
Initializes a new instance of the Saml2Id class with the specified value. |
Properties
Value |
Gets the identifier string. |
Methods
Equals(Object) |
Determines whether this instance is equal to the specified object. |
GetHashCode() |
Returns a hash code for this instance. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string representation of this instance. |