Class KeyDescriptor.KeyTypes
The key types.
Inherited Members
Namespace: ComponentSpace.SAML2.Metadata
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class KeyDescriptor.KeyTypes
Fields
Encryption
Encryption.
Declaration
public const string Encryption = "encryption"
Field Value
Type | Description |
---|---|
string |
Signing
Signing.
Declaration
public const string Signing = "signing"
Field Value
Type | Description |
---|---|
string |