1 write to carriedKeyName
System.IdentityModel (1)
System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (1)
41
this.
carriedKeyName
= carriedKeyName;
3 references to carriedKeyName
System.IdentityModel (3)
System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (3)
48
get { return this.
carriedKeyName
; }
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;