struttura BCRYPT_OID (bcrypt.h)

La struttura BCRYPT_OID contiene informazioni su un identificatore di oggetto con codifica DER (OID). CNG usa gli ID hash nelle funzioni che firmano o verificano i dati in formato PKCS #1 .

Sintassi

typedef struct _BCRYPT_OID {
  ULONG  cbOID;
  PUCHAR pbOID;
} BCRYPT_OID;

Members

cbOID

Dimensione, in byte, del buffer pbOID .

pbOID

Indirizzo di un buffer contenente l'OID.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione bcrypt.h

Vedi anche

BCRYPT_HASH_OID_LIST

BCRYPT_OID_LIST