Show / Hide Table of Contents

Class SamlConstants.SubjectConfirmationMethods

Subject confirmation methods.

Inheritance
System.Object
SamlConstants.SubjectConfirmationMethods
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SubjectConfirmationMethods

Fields

Bearer

Bearer.

Declaration
public const string Bearer = "urn:oasis:names:tc:SAML:2.0:cm:bearer"
Field Value
Type Description
System.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
System.String

SenderVouches

Sender vouches.

Declaration
public const string SenderVouches = "urn:oasis:names:tc:SAML:2.0:cm:sender-vouches"
Field Value
Type Description
System.String
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.