1 write to _encryptionMethod
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (1)
39_encryptionMethod = encryptionMethod ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(encryptionMethod));
3 references to _encryptionMethod
System.ServiceModel.Primitives (3)
System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (3)
49get { return _encryptionMethod; } 55return ReferenceEquals(this, that) || (that != null && that.Matches(GetRawBuffer(), _encryptionMethod, CarriedKeyName)); 60return Matches(encryptedKey) && _encryptionMethod == encryptionMethod && CarriedKeyName == carriedKeyName;