CRYPT_ATTRIBUTE (Structures)
Last changed: AW-79.188.147.130

.
Summary
The CRYPT_ATTRIBUTE structure specifies an attribute that has one or more values.

C# Definition:

[StructLayout(LayoutKind.Sequential)]
public struct CRYPT_ATTRIBUTE
{
    [MarshalAs(UnmanagedType.LPStr)]
    public string pszObjId;
    public uint cValue;
    [MarshalAs(UnmanagedType.LPStruct)]
    public CRYPT_ATTR_BLOB rgValue;
}

VB Definition:

Structure CRYPT_ATTRIBUTE
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation