Class SamlConstants.SubjectConfirmationMethods
Subject confirmation methods.
Inherited Members
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SamlConstants.SubjectConfirmationMethods
Fields
Bearer
Bearer.
Declaration
public const string Bearer = "urn:oasis:names:tc:SAML:2.0:cm:bearer"
Field Value
Type | Description |
---|---|
string |
HolderOfKey
Holder of key.
Declaration
public const string HolderOfKey = "urn:oasis:names:tc:SAML:2.0:cm:holder-of-key"
Field Value
Type | Description |
---|---|
string |
SenderVouches
Sender vouches.
Declaration
public const string SenderVouches = "urn:oasis:names:tc:SAML:2.0:cm:sender-vouches"
Field Value
Type | Description |
---|---|
string |