2 writes to _identificationData
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\BinaryKeyIdentifierClause.cs (2)
33_identificationData = SecurityUtils.CloneBuffer(identificationData); 37_identificationData = identificationData;
5 references to _identificationData
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\BinaryKeyIdentifierClause.cs (5)
43return SecurityUtils.CloneBuffer(_identificationData); 48return _identificationData; 54return ReferenceEquals(this, that) || (that != null && that.Matches(_identificationData)); 68return SecurityUtils.MatchesBuffer(_identificationData, 0, data, offset); 73return Convert.ToBase64String(_identificationData);