7 references to CRYPT_ATTRIBUTES
System.Security (7)
system\security\cryptography\cryptoapi.cs (4)
1278internal CRYPT_ATTRIBUTES AuthAttrs; 1279internal CRYPT_ATTRIBUTES UnauthAttrs; 1621internal CRYPT_ATTRIBUTES AuthAttrs; 1622internal CRYPT_ATTRIBUTES UnauthAttrs;
system\security\cryptography\cryptographicattribute.cs (3)
88private CryptographicAttributeObjectCollection (IntPtr pCryptAttributes) : this((CAPI.CRYPT_ATTRIBUTES) Marshal.PtrToStructure(pCryptAttributes, typeof(CAPI.CRYPT_ATTRIBUTES))) {} 94internal CryptographicAttributeObjectCollection (CAPI.CRYPT_ATTRIBUTES cryptAttributes) {