Show / Hide Table of Contents

Class SAMLIdentifiers.SubjectConfirmationMethods

Consent identifiers.

Inheritance
object
SAMLIdentifiers.SubjectConfirmationMethods
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: ComponentSpace.SAML2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SAMLIdentifiers.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

See Also

SubjectConfirmation
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2025. All rights reserved.