CertificateQuery.Thumbprint 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要搜尋的憑證指紋。
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()
屬性值
Byte[]
byte[]
要搜尋的憑證指紋。