5 references to CRYPT_ATTRIBUTE_TYPE_VALUE
System.Security (5)
system\security\cryptography\cryptographicattribute.cs (1)
41internal CryptographicAttributeObject (CAPI.CRYPT_ATTRIBUTE_TYPE_VALUE cryptAttribute) :
system\security\cryptography\pkcs\pkcsutils.cs (1)
587internal static AsnEncodedDataCollection GetAsnEncodedDataCollection (CAPI.CRYPT_ATTRIBUTE_TYPE_VALUE cryptAttribute) {
system\security\cryptography\pkcs\recipientinfo.cs (3)
293CAPI.CRYPT_ATTRIBUTE_TYPE_VALUE otherKeyAttribute = (CAPI.CRYPT_ATTRIBUTE_TYPE_VALUE) Marshal.PtrToStructure(m_encryptedKeyInfo.pOtherAttr, typeof(CAPI.CRYPT_ATTRIBUTE_TYPE_VALUE));