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


CertificateQuery.IssuerName Property

Definition

Gets or sets the name of the certificate issuer to search for.

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

void IssuerName(winrt::hstring value);
public string IssuerName { get; set; }
var string = certificateQuery.issuerName;
certificateQuery.issuerName = string;
Public Property IssuerName As String

Property Value

String

Platform::String

winrt::hstring

The name of the certificate issuer to search for.

Applies to