Show / Hide Table of Contents

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.

In this article
Back to top Generated by DocFX