CertificateQuery.Thumbprint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a certificate thumbprint to search for.
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()
Property Value
Byte[]
byte[]
A certificate thumbprint to search for.