1 write to CarriedKeyName
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (1)
38
CarriedKeyName
= carriedKeyName;
2 references to CarriedKeyName
System.ServiceModel.Primitives (2)
System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (2)
55
return ReferenceEquals(this, that) || (that != null && that.Matches(GetRawBuffer(), _encryptionMethod,
CarriedKeyName
));
60
return Matches(encryptedKey) && _encryptionMethod == encryptionMethod &&
CarriedKeyName
== carriedKeyName;