Table of Contents

Class SamlConstants.SubjectConfirmationMethods

Namespace
ComponentSpace.Saml2
Assembly
ComponentSpace.Saml2.dll

Subject confirmation methods.

public static class SamlConstants.SubjectConfirmationMethods
Inheritance
SamlConstants.SubjectConfirmationMethods
Inherited Members

Fields

Bearer

Bearer.

public const string Bearer = "urn:oasis:names:tc:SAML:2.0:cm:bearer"

Field Value

string

HolderOfKey

Holder of key.

public const string HolderOfKey = "urn:oasis:names:tc:SAML:2.0:cm:holder-of-key"

Field Value

string

SenderVouches

Sender vouches.

public const string SenderVouches = "urn:oasis:names:tc:SAML:2.0:cm:sender-vouches"

Field Value

string