Algorithm Property
Algorithm
The hash algorithm used by the credential.
C#
public HashAlgorithm? Algorithm { get; set; }
Property Value
Type | Description |
---|---|
HashAlgorithm? |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | The value is invalid. |