D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_OUTPUT-Struktur (d3d11.h)
Enthält die Antwort auf eine D3D11_AUTHENTICATED_QUERY_ENCRYPTION_WHEN_ACCESSIBLE_GUID-Abfrage .
Syntax
typedef struct D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_OUTPUT {
D3D11_AUTHENTICATED_QUERY_OUTPUT Output;
UINT EncryptionGuidIndex;
GUID EncryptionGuid;
} D3D11_AUTHENTICATED_QUERY_ACCESSIBILITY_ENCRYPTION_GUID_OUTPUT;
Member
Output
Eine D3D11_AUTHENTICATED_QUERY_OUTPUT-Struktur , die einen Nachrichtenauthentifizierungscode (Mac) und andere Daten enthält.
EncryptionGuidIndex
Der Index der Verschlüsselungs-GUID.
EncryptionGuid
Eine GUID, die einen unterstützten Verschlüsselungstyp angibt.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 8 [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2012 [Desktop-Apps | UWP-Apps] |
Kopfzeile | d3d11.h |