Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Definiert die Sicherheitsalgorithmen, die mit WS-Security verwendet werden sollen. Diese Werte sind für Nachrichtensicherheitsbindungen und Sicherheitsbindungen im gemischten Modus relevant.
Syntax
typedef enum {
WS_SECURITY_ALGORITHM_DEFAULT = 0,
WS_SECURITY_ALGORITHM_CANONICALIZATION_EXCLUSIVE = 1,
WS_SECURITY_ALGORITHM_CANONICALIZATION_EXCLUSIVE_WITH_COMMENTS = 2,
WS_SECURITY_ALGORITHM_DIGEST_SHA1 = 3,
WS_SECURITY_ALGORITHM_DIGEST_SHA_256 = 4,
WS_SECURITY_ALGORITHM_DIGEST_SHA_384 = 5,
WS_SECURITY_ALGORITHM_DIGEST_SHA_512 = 6,
WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA1 = 7,
WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA_256 = 8,
WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA_384 = 9,
WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA_512 = 10,
WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA1 = 11,
WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_DSA_SHA1 = 12,
WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA_256 = 13,
WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA_384 = 14,
WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA_512 = 15,
WS_SECURITY_ALGORITHM_ASYMMETRIC_KEYWRAP_RSA_1_5 = 16,
WS_SECURITY_ALGORITHM_ASYMMETRIC_KEYWRAP_RSA_OAEP = 17,
WS_SECURITY_ALGORITHM_KEY_DERIVATION_P_SHA1 = 18
} WS_SECURITY_ALGORITHM_ID;
Konstanten
WS_SECURITY_ALGORITHM_DEFAULTWert: 0 Standardsicherheitsalgorithmus für den jeweiligen Algorithmustyp. Siehe WS_SECURITY_ALGORITHM_SUITE für eine Beschreibung des Ein spezifischer Algorithmus, der verwendet wird, wenn dieser Wert festgelegt wird. |
WS_SECURITY_ALGORITHM_CANONICALIZATION_EXCLUSIVEWert: 1 http://www.w3.org/2001/10/xml-exc-c14n#. |
WS_SECURITY_ALGORITHM_CANONICALIZATION_EXCLUSIVE_WITH_COMMENTSWert: 2 http://www.w3.org/2001/10/xml-exc-c14n#WithComments. |
WS_SECURITY_ALGORITHM_DIGEST_SHA1Wert: 3 http://www.w3.org/2000/09/xmldsig#sha1. |
WS_SECURITY_ALGORITHM_DIGEST_SHA_256Wert: 4 http://www.w3.org/2001/04/xmlenc#sha256. Erfordert Windows 2003 Server SP1 oder höher. |
WS_SECURITY_ALGORITHM_DIGEST_SHA_384Wert: 5 http://www.w3.org/2001/04/xmlenc#sha384. Erfordert Windows 2003 Server SP1 oder höher. |
WS_SECURITY_ALGORITHM_DIGEST_SHA_512Wert: 6 http://www.w3.org/2001/04/xmlenc#sha512. Erfordert Windows 2003 Server SP1 oder höher. |
WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA1Wert: 7 http://www.w3.org/2000/09/xmldsig#hmac-sha1. |
WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA_256Wert: 8 http://www.w3.org/2001/04/xmldsig-more#hmac-sha256. Erfordert Windows 2003 Server SP1 oder höher. |
WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA_384Wert: 9 http://www.w3.org/2001/04/xmldsig-more#hmac-sha384. Erfordert Windows 2003 Server SP1 oder höher. |
WS_SECURITY_ALGORITHM_SYMMETRIC_SIGNATURE_HMAC_SHA_512Wert: 10 http://www.w3.org/2001/04/xmldsig-more#hmac-sha512. Erfordert Windows 2003 Server SP1 oder höher. |
WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA1Wert: 11 http://www.w3.org/2000/09/xmldsig#rsa-sha1. |
WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_DSA_SHA1Wert: 12 http://www.w3.org/2000/09/xmldsig#dsa-sha1. |
WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA_256Wert: 13 http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 Erfordert Windows 2003 Server SP1 oder höher. |
WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA_384Wert: 14 http://www.w3.org/2001/04/xmldsig-more#rsa-sha384 Erfordert Windows 2003 Server SP1 oder höher. |
WS_SECURITY_ALGORITHM_ASYMMETRIC_SIGNATURE_RSA_SHA_512Wert: 15 http://www.w3.org/2001/04/xmldsig-more#rsa-sha512 Erfordert Windows 2003 Server SP1 oder höher. |
WS_SECURITY_ALGORITHM_ASYMMETRIC_KEYWRAP_RSA_1_5Wert: 16 http://www.w3.org/2001/04/xmlenc#rsa-1_5. |
WS_SECURITY_ALGORITHM_ASYMMETRIC_KEYWRAP_RSA_OAEPWert: 17 http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p. |
WS_SECURITY_ALGORITHM_KEY_DERIVATION_P_SHA1Wert: 18 http://schemas.xmlsoap.org/ws/2005/02/sc/dk/p_sha1. |
Anforderungen
| Anforderung | Wert |
|---|---|
| Unterstützte Mindestversion (Client) | Windows 7 [nur Desktop-Apps] |
| Unterstützte Mindestversion (Server) | Windows Server 2008 R2 [nur Desktop-Apps] |
| Kopfzeile | webservices.h |