3 instantiations of X509EncryptingCredentials
System.IdentityModel (3)
System\IdentityModel\SecurityTokenService.cs (1)
439
return new
X509EncryptingCredentials
(x509SecurityToken);
System\IdentityModel\Tokens\EncryptedKeyEncryptingCredentials.cs (2)
24
: this( new
X509EncryptingCredentials
( certificate ), SecurityAlgorithms.DefaultSymmetricKeyLength, SecurityAlgorithms.DefaultEncryptionAlgorithm )
37
: this( new
X509EncryptingCredentials
( certificate, keyWrappingAlgorithm ), keySizeInBits, encryptionAlgorithm )