ManagementKeyAuthenticated Property
ManagementKeyAuthenticated
This indicates whether the management key is authenticated or not.
C#
public bool ManagementKeyAuthenticated { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
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
.