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