Class KeyDescriptor.KeyTypes
The key types.
Inheritance
System.Object
KeyDescriptor.KeyTypes
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ComponentSpace.SAML2.Metadata
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class KeyTypes
Fields
Encryption
Encryption.
Declaration
public const string Encryption = "encryption"
Field Value
Type | Description |
---|---|
System.String |
Signing
Signing.
Declaration
public const string Signing = "signing"
Field Value
Type | Description |
---|---|
System.String |