Saml2Id Class

Definition

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.

Applies to