Show / Hide Table of Contents

ManagementKeyAuthenticated Property

ManagementKeyAuthenticated

This indicates whether the management key is authenticated or not.

C#
public bool ManagementKeyAuthenticated { get; }

Property Value

Type Description
bool

Remarks

Upon instantiation of this class, this property will be set to false. If the management key is authenticated (either single or mutual), it will be updated to true. To see the result of a management key authentication process, see the property ManagementKeyAuthenticationResult.

In this article
Back to top Generated by DocFX