Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Contains the negotiated security package keys.
Syntax
typedef struct _SecPkgContext_NegoKeys {
unsigned long KeyType;
unsigned short KeyLength;
unsigned char *KeyValue;
unsigned long VerifyKeyType;
unsigned short VerifyKeyLength;
unsigned char *VerifyKeyValue;
} SecPkgContext_NegoKeys, *PSecPkgContext_NegoKeys;
Members
KeyType
The key type.
KeyLength
The length of the key, in bytes.
KeyValue
The key value.
VerifyKeyType
The key type for the verification key.
VerifyKeyLength
The length of the verification key, in bytes.
VerifyKeyValue
The verification key value.
Requirements
| Requirement | Value |
|---|---|
| Header | sspi.h |