Describes the security properties of a DirectPlay session instance.
typedef struct {
DWORD dwSize;
DWORD dwFlags;
union {
LPWSTR lpszSSPIProvider;
LPSTR lpszSSPIProviderA;
};
union {
LPWSTR lpszCAPIProvider;
LPSTR lpszCAPIProviderA;
};
DWORD dwCAPIProviderType;
DWORD dwEncryptionAlgorithm;
} DPSECURITYDESC, FAR *LPDPSECURITYDESC;
For more information about the CryptoAPI, see the CrpytoAPI and Cryptography topics at http://www.microsoft.com. The Microsoft RSA Base Cryptographic Provider is supplied by Microsoft and is included with the Windows 95 and Windows NT operating systems.
DirectPlay does not support block encryption.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.