Show / Hide Table of Contents

Class SamlConstants.SubjectConfirmationMethods

Subject confirmation methods.

Inheritance
object
SamlConstants.SubjectConfirmationMethods
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.