61 references to SecurityAlgorithms
System.ServiceModel.Primitives (61)
System\IdentityModel\CryptoHelper.cs (44)
77case SecurityAlgorithms.HmacSha1Signature: 81case SecurityAlgorithms.HmacSha256Signature: 126case SecurityAlgorithms.DsaSha1Signature: 127case SecurityAlgorithms.RsaSha1Signature: 128case SecurityAlgorithms.RsaSha256Signature: 129case SecurityAlgorithms.RsaOaepKeyWrap: 130case SecurityAlgorithms.RsaV15KeyWrap: 132case SecurityAlgorithms.HmacSha1Signature: 133case SecurityAlgorithms.HmacSha256Signature: 134case SecurityAlgorithms.Psha1KeyDerivation: 135case SecurityAlgorithms.Psha1KeyDerivationDec2005: 137case SecurityAlgorithms.Aes128Encryption: 138case SecurityAlgorithms.Aes128KeyWrap: 140case SecurityAlgorithms.Aes192Encryption: 141case SecurityAlgorithms.Aes192KeyWrap: 143case SecurityAlgorithms.Aes256Encryption: 144case SecurityAlgorithms.Aes256KeyWrap: 146case SecurityAlgorithms.TripleDesEncryption: 147case SecurityAlgorithms.TripleDesKeyWrap: 197case SecurityAlgorithms.Sha1Digest: 202case SecurityAlgorithms.Sha256Digest: 224case SecurityAlgorithms.Sha1Digest: 228case SecurityAlgorithms.ExclusiveC14n: 231case SecurityAlgorithms.Sha256Digest: 233case SecurityAlgorithms.Sha512Digest: 235case SecurityAlgorithms.Aes128Encryption: 236case SecurityAlgorithms.Aes192Encryption: 237case SecurityAlgorithms.Aes256Encryption: 238case SecurityAlgorithms.Aes128KeyWrap: 239case SecurityAlgorithms.Aes192KeyWrap: 240case SecurityAlgorithms.Aes256KeyWrap: 242case SecurityAlgorithms.TripleDesEncryption: 243case SecurityAlgorithms.TripleDesKeyWrap: 247case SecurityAlgorithms.HmacSha1Signature: 251case SecurityAlgorithms.HmacSha256Signature: 253case SecurityAlgorithms.ExclusiveC14nWithComments: 255case SecurityAlgorithms.Ripemd160Digest: 257case SecurityAlgorithms.DesEncryption: 339case SecurityAlgorithms.Sha256Digest: 341case SecurityAlgorithms.Sha1Digest: 345case SecurityAlgorithms.HmacSha1Signature: 358return CreateHashAlgorithm(SecurityAlgorithms.Sha1Digest); 363return CreateHashAlgorithm(SecurityAlgorithms.Sha256Digest); 368return CryptoHelper.CreateKeyedHashAlgorithm(key, SecurityAlgorithms.HmacSha1Signature);
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (6)
143case SecurityAlgorithms.RsaSha256Signature: 173case SecurityAlgorithms.RsaSha256Signature: 220case SecurityAlgorithms.RsaSha256Signature: 279case SecurityAlgorithms.RsaSha256Signature: 364case SecurityAlgorithms.RsaSha256Signature: 434case SecurityAlgorithms.RsaSha256Signature:
System\ServiceModel\Security\SecurityAlgorithmSuite.cs (4)
88public virtual bool IsEncryptionKeyDerivationAlgorithmSupported(string algorithm) { return (algorithm == SecurityAlgorithms.Psha1KeyDerivation) || (algorithm == SecurityAlgorithms.Psha1KeyDerivationDec2005); } 93public virtual bool IsSignatureKeyDerivationAlgorithmSupported(string algorithm) { return (algorithm == SecurityAlgorithms.Psha1KeyDerivation) || (algorithm == SecurityAlgorithms.Psha1KeyDerivationDec2005); }
System\ServiceModel\Security\SecurityUtils.cs (2)
829derivationAlgorithm = SecurityAlgorithms.Psha1KeyDerivation; 833derivationAlgorithm = SecurityAlgorithms.Psha1KeyDerivationDec2005;
System\ServiceModel\Security\WSKeyInfoSerializer.cs (2)
75get { return SecurityAlgorithms.Psha1KeyDerivation; } 303return SecurityAlgorithms.Psha1KeyDerivationDec2005;
System\ServiceModel\Security\WSSecureConversation.cs (1)
60get { return SecurityAlgorithms.Psha1KeyDerivation; }
System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
59return SecurityAlgorithms.Psha1KeyDerivationDec2005;
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
501if (canonicalizationAlgorithm != SecurityAlgorithms.ExclusiveC14n)