HardwareToken.Certificate Property

Definition

Gets the certificate that is used to sign the Id and is used to help verify the authenticity of the Id.

public:
 property IBuffer ^ Certificate { IBuffer ^ get(); };
IBuffer Certificate();
public IBuffer Certificate { get; }
var iBuffer = hardwareToken.certificate;
Public ReadOnly Property Certificate As IBuffer

Property Value

The certificate used to sign the Id.

Applies to