KeyCredentialRetrievalResult.Credential Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the key credential.
public:
property KeyCredential ^ Credential { KeyCredential ^ get(); };
KeyCredential Credential();
public KeyCredential Credential { get; }
var keyCredential = keyCredentialRetrievalResult.credential;
Public ReadOnly Property Credential As KeyCredential
Property Value
The key credential.