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