1 write to encryptionMethod
System.IdentityModel (1)
System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (1)
42
this.
encryptionMethod
= encryptionMethod;
3 references to encryptionMethod
System.IdentityModel (3)
System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (3)
58
get { return this.
encryptionMethod
; }
67
return ReferenceEquals(this, that) || (that != null && that.Matches(this.GetRawBuffer(), this.
encryptionMethod
, this.carriedKeyName));
72
return Matches(encryptedKey) && this.
encryptionMethod
== encryptionMethod && this.carriedKeyName == carriedKeyName;