The BCRYPT_OID structure contains information about a DER-encoded object identifier (OID). CNG uses hash OIDs in functions that sign or verify data in PKCS #1 format.
typedef struct _BCRYPT_OID {
ULONG cbOID;
PUCHAR pbOID;
} BCRYPT_OID;
cbOID
The size, in bytes, of the pbOID buffer.
pbOID
The address of a buffer that contains the OID.
Header: Declared in bcrypt.h.
Library: Use bcrypt.lib.