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