11 references to SecurityAlgorithms
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
116
writer.WriteAttributeString(XD.XmlSignatureDictionary.Algorithm, null,
SecurityAlgorithms
.Sha1Digest);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityAlgorithmSuite.cs (4)
227
public virtual bool IsEncryptionKeyDerivationAlgorithmSupported(string algorithm) { return (algorithm ==
SecurityAlgorithms
.Psha1KeyDerivation) || (algorithm ==
SecurityAlgorithms
.Psha1KeyDerivationDec2005); }
232
public virtual bool IsSignatureKeyDerivationAlgorithmSupported(string algorithm) { return (algorithm ==
SecurityAlgorithms
.Psha1KeyDerivation) || (algorithm ==
SecurityAlgorithms
.Psha1KeyDerivationDec2005); }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (2)
868
derivationAlgorithm =
SecurityAlgorithms
.Psha1KeyDerivation;
872
derivationAlgorithm =
SecurityAlgorithms
.Psha1KeyDerivationDec2005;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (2)
79
get { return
SecurityAlgorithms
.Psha1KeyDerivation; }
313
return
SecurityAlgorithms
.Psha1KeyDerivationDec2005;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (1)
71
get { return
SecurityAlgorithms
.Psha1KeyDerivation; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
75
return
SecurityAlgorithms
.Psha1KeyDerivationDec2005;