Show / Hide Table of Contents

KeyType Property

KeyType

The cryptographic algorithm associated with the Credential.

C#
public CryptographicKeyType KeyType { get; set; }

Property Value

Type Description
CryptographicKeyType

Exceptions

Type Condition
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.

In this article
Back to top Generated by DocFX