2 references to EncryptedKeyIdentifierClause
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (1)
22
:
this
(encryptedKey, encryptionMethod, encryptingKeyIdentifier, null)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
95
return new
EncryptedKeyIdentifierClause
(encryptedKey, encryptionMethod, encryptingKeyIdentifier, carriedKeyName);