Megosztás a következőn keresztül:


Certificate.FriendlyName Property

Definition

Gets or sets the friendly name for the certificate.

public:
 property Platform::String ^ FriendlyName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring FriendlyName();

void FriendlyName(winrt::hstring value);
public string FriendlyName { get; set; }
var string = certificate.friendlyName;
certificate.friendlyName = string;
Public Property FriendlyName As String

Property Value

String

Platform::String

winrt::hstring

The friendly name for the certificate. If the certificate does not have a friendly name set, then an empty string is returned.

Applies to