CertificateQuery.Thumbprint Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une empreinte de certificat à rechercher.
public:
property Platform::Array <byte> ^ Thumbprint { Platform::Array <byte> ^ get(); void set(Platform::Array <byte> ^ value); };
winrt::array_view <byte> Thumbprint();
void Thumbprint(winrt::array_view <byte> value);
public byte[] Thumbprint { get; set; }
var byte[] = certificateQuery.thumbprint;
certificateQuery.thumbprint = byte[];
Public Property Thumbprint As Byte()
Valeur de propriété
Byte[]
byte[]
Empreinte de certificat à rechercher.