3 references to CryptographicAttributeObjectCollection
System.Security (3)
system\security\cryptography\cryptographicattribute.cs (1)
88
private CryptographicAttributeObjectCollection (IntPtr pCryptAttributes) :
this
((CAPI.CRYPT_ATTRIBUTES) Marshal.PtrToStructure(pCryptAttributes, typeof(CAPI.CRYPT_ATTRIBUTES))) {}
system\security\cryptography\pkcs\signerinfo.cs (2)
122
m_signedAttributes = new
CryptographicAttributeObjectCollection
(m_cmsgSignerInfo.AuthAttrs);
132
m_unsignedAttributes = new
CryptographicAttributeObjectCollection
(m_cmsgSignerInfo.UnauthAttrs);