KeyType Property
KeyType
The cryptographic algorithm associated with the Credential.
C#
public CryptographicKeyType KeyType { get; set; }
Property Value
Type | Description |
---|---|
CryptographicKeyType |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException | Thrown when the value is not defined in CryptographicKeyType, or if there was an attempt to set it to None. |
Remarks
The value is not allowed to be None.