Pkcs8PrivateKeyInfo.Attributes 属性
定义
获取此私钥的可修改属性集合。Gets the modifiable collection of attributes for this private key.
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
属性值
要用私钥进行编码的属性的可修改集合。The modifiable collection of attributes to encode with the private key.