SignerInfo.UnsignedAttributes Egenskap

Definition

Egenskapen UnsignedAttributes hämtar samlingen CryptographicAttributeObjectCollection med osignerade attribut som är associerade med SignerInfo innehållet. Osignerade attribut kan ändras utan att signaturen ogiltigförklaras.

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

Egenskapsvärde

En CryptographicAttributeObjectCollection samling som representerar de osignerade attributen. Om det inte finns några osignerade attribut är egenskapen en tom samling.

Kommentarer

Osignerade attribut är inte signerade tillsammans med resten av meddelandeinnehållet SignedCms . Även om en part verifierar signaturen kan de osignerade attributen ha ändrats och bör inte anses ha äkthet eller integritet.

Ett exempel på ett osignerat attribut som kan ingå i samlingen CryptographicAttributeObjectCollection som hämtas av UnsignedAttributes egenskapen är en motsignering.

Gäller för

Se även