EnterpriseKeyCredentialRegistrationInfo.KeyName 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 name.
public:
property Platform::String ^ KeyName { Platform::String ^ get(); };
winrt::hstring KeyName();
public string KeyName { get; }
var string = enterpriseKeyCredentialRegistrationInfo.keyName;
Public ReadOnly Property KeyName As String
Property Value
The key name.