Show / Hide Table of Contents

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.

In this article
Back to top Generated by DocFX