3 references to WrappingAlgorithm
System.IdentityModel (1)
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
205
ek.EncryptionMethod = this.
WrappingAlgorithm
;
System.ServiceModel (2)
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
371
if (wrappedToken == null || wrappedToken.
WrappingAlgorithm
!= sspiNegotiation.KeyEncryptionAlgorithm)
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (1)
132
this.AlgorithmSuite.EnsureAcceptableKeyWrapAlgorithm(token.
WrappingAlgorithm
, token.WrappingSecurityKey is AsymmetricSecurityKey);