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