CmsSigner.SignedAttributes Свойство

Определение

Возвращает коллекции атрибутов, связываемые с этой подписью, которые также защищаются подписью.

public:
 property System::Security::Cryptography::CryptographicAttributeObjectCollection ^ SignedAttributes { System::Security::Cryptography::CryptographicAttributeObjectCollection ^ get(); void set(System::Security::Cryptography::CryptographicAttributeObjectCollection ^ value); };
public:
 property System::Security::Cryptography::CryptographicAttributeObjectCollection ^ SignedAttributes { System::Security::Cryptography::CryptographicAttributeObjectCollection ^ get(); };
public System.Security.Cryptography.CryptographicAttributeObjectCollection SignedAttributes { get; set; }
public System.Security.Cryptography.CryptographicAttributeObjectCollection SignedAttributes { get; }
member this.SignedAttributes : System.Security.Cryptography.CryptographicAttributeObjectCollection with get, set
member this.SignedAttributes : System.Security.Cryptography.CryptographicAttributeObjectCollection
Public Property SignedAttributes As CryptographicAttributeObjectCollection
Public ReadOnly Property SignedAttributes As CryptographicAttributeObjectCollection

Значение свойства

Коллекции атрибутов для связи с этой подписью, которые также защищены сигнатурой.

Комментарии

Примером подписанного атрибута, который может быть включен в коллекцию CryptographicAttributeObjectCollection , полученную свойством SignedAttributes , является атрибут времени подписи Pkcs9SigningTime .

Объект Pkcs9ContentType и Pkcs9MessageDigest объект будут автоматически созданы и помещены в SignerInfo.SignedAttributes свойство для соответствующего подписателя, если свойство не является пустым SignedAttributes .

Применяется к

См. также раздел