Class OdfOpenPgpRecipient
Describes an OpenPGP recipient used when encrypting an ODF package. 描述加密 ODF 封裝時使用的 OpenPGP 收件者。
public sealed class OdfOpenPgpRecipient
- Inheritance
-
OdfOpenPgpRecipient
- Inherited Members
Constructors
OdfOpenPgpRecipient()
public OdfOpenPgpRecipient()
Properties
KeyId
Gets or sets the OpenPGP key identifier. 取得或設定 OpenPGP 金鑰識別碼。
public string KeyId { get; set; }
Property Value
PublicKey
Gets or sets the public key material consumed by the custom provider. 取得或設定供自訂提供者使用的公開金鑰資料。
public byte[] PublicKey { get; set; }
Property Value
- byte[]
Recipient
Gets or sets the recipient display name or email address. 取得或設定收件者顯示名稱或電子郵件。
public string? Recipient { get; set; }