CmsSigner.UnsignedAttributes Свойство

Определение

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

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

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

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

Комментарии

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

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

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