1 write to _encryptionMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (1)
44
_encryptionMethod
= encryptionMethod;
3 references to _encryptionMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (3)
60
get { return
_encryptionMethod
; }
66
return ReferenceEquals(this, that) || (that != null && that.Matches(this.GetRawBuffer(),
_encryptionMethod
, _carriedKeyName));
71
return Matches(encryptedKey) &&
_encryptionMethod
== encryptionMethod && _carriedKeyName == carriedKeyName;