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. see: http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf
public class Saml2Id
type Saml2Id = class
Public Class Saml2Id
- Inheritance
-
Saml2Id
Constructors
Saml2Id() |
Creates a new ID value based on a GUID. |
Saml2Id(String) |
Creates a new ID whose value is the given string. |
Properties
Value |
Gets the identifier string. |