Pkcs8PrivateKeyInfo.Attributes 属性

定义

获取此私钥的可修改属性集合。

public:
 property System::Security::Cryptography::CryptographicAttributeObjectCollection ^ Attributes { System::Security::Cryptography::CryptographicAttributeObjectCollection ^ get(); };
public System.Security.Cryptography.CryptographicAttributeObjectCollection Attributes { get; }
member this.Attributes : System.Security.Cryptography.CryptographicAttributeObjectCollection
Public ReadOnly Property Attributes As CryptographicAttributeObjectCollection

属性值

要使用私钥进行编码的属性的可修改集合。

适用于