2 references to GetRawBuffer
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (2)
66
return ReferenceEquals(this, that) || (that != null && that.Matches(this.
GetRawBuffer
(), _encryptionMethod, _carriedKeyName));
82
Convert.ToBase64String(
GetRawBuffer
()), this.EncryptionMethod);