From bb0a2fd641c12dd26ea3ed0311d7cff2e6203785 Mon Sep 17 00:00:00 2001 From: Theano Petersen <20667102+v-thepet@users.noreply.github.com> Date: Wed, 1 Nov 2023 16:33:11 -0700 Subject: [PATCH] Update security-of-custombinding.md (#37825) --- .../file-schema/wcf/security-of-custombinding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/framework/configure-apps/file-schema/wcf/security-of-custombinding.md b/docs/framework/configure-apps/file-schema/wcf/security-of-custombinding.md index 744f45016e98d..4cb59d06e18d2 100644 --- a/docs/framework/configure-apps/file-schema/wcf/security-of-custombinding.md +++ b/docs/framework/configure-apps/file-schema/wcf/security-of-custombinding.md @@ -1,7 +1,7 @@ --- description: "Learn more about: of " title: " of " -ms.date: "03/30/2017" +ms.date: "10/31/2023" ms.assetid: 243a5148-bbd1-447f-a8a5-6e7792c0a3f1 --- # \ of \ @@ -74,7 +74,7 @@ Specifies the security options for a custom binding. |TripleDes|Use TripleDes encryption, Sha1 for message digest, Rsa-oaep-mgf1p for key wrap.| |Basic128Rsa15|Use Aes128 for message encryption, Sha1 for message digest and Rsa15 for key wrap.| |TripleDesRsa15|Use TripleDes encryption, Sha1 for message digest and Rsa15 for key wrap.| -|Basic128Sha256|Use Aes256 for message encryption, Sha256 for message digest and Rsa-oaep-mgf1p for key wrap.| +|Basic128Sha256|Use Aes128 for message encryption, Sha256 for message digest and Rsa-oaep-mgf1p for key wrap.| |Basic192Sha256|Use Aes192 for message encryption, Sha256 for message digest and Rsa-oaep-mgf1p for key wrap.| |Basic256Sha256|Use Aes256 for message encryption, Sha256 for message digest and Rsa-oaep-mgf1p for key wrap.| |TripleDesSha256|Use TripleDes for message encryption, Sha256 for message digest and Rsa-oaep-mgf1p for key wrap.|