ITConnection::GetEncryptionKey

[This is preliminary documentation and subject to change.]

Gets the encryption key. (Not implemented for Windows NT 5 beta 1.)

HRESULT GetEncryptionKey(
 BSTR *ppKeyType,
 VARIANT_BOOL *pfValidKeyData,
 BSTR *ppKeydata
);
 

Parameters

ppKeyType
[out] Pointer to type of encryption key.
pfValidKeyData
[out] Indicates validity of encryption key data.
ppKeydata
[out] Pointer to encryption key data.

Return Values

TBD