Partager via


CertificateQuery.IssuerName Propriété

Définition

Obtient ou définit le nom de l’émetteur de certificat à rechercher.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Nom de l’émetteur de certificat à rechercher.

S’applique à