PlatformPublicKey Property
PlatformPublicKey
Gets the public key generated during the call to Encapsulate(CoseKey).
C#
public CoseKey PlatformPublicKey { get; protected set; }
Property Value
Type | Description |
---|---|
CoseKey |
Remarks
This will be null
until the Encapsulate
method is
called.