Xecrets.Sdk.Models.XfEncryptedKeyPair.md

May 26, 2026 · View on GitHub

Xecrets.Sdk

Xecrets.Sdk.Models

XfEncryptedKeyPair Class

An encrypted key pair blob with some meta data.

public class XfEncryptedKeyPair

Inheritance System.Object → XfEncryptedKeyPair

Remarks

Create a new instance.

Constructors

XfEncryptedKeyPair(string, string, byte[]) Constructor

An encrypted key pair blob with some meta data.

public XfEncryptedKeyPair(string fullName, string email, byte[] data);

Parameters

fullName System.String

The full path and name to the encrypted Data blob, or an empty string./>

email System.String

The email moniker that this key pair is associated with.

data System.Byte[]

The encrypted key pair blob.

Remarks

Create a new instance.

Properties

XfEncryptedKeyPair.Data Property

The encrypted key pair blob.

public byte[] Data { get; }

Property Value

System.Byte[]

XfEncryptedKeyPair.Email Property

The email moniker that this key pair is associated with.

public string Email { get; }

Property Value

System.String

XfEncryptedKeyPair.FullName Property

The full path and name to the encrypted Data blob, or an empty string./>

public string FullName { get; }

Property Value

System.String