CryptographicAttributeObject.Values 属性

定义

获取包含与该特性相关联的一组值的 AsnEncodedDataCollection 集合。

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

属性值

与该特性关联的一组值。

适用于

另请参阅