3 references to _tokenSerializer
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (3)
223if (_tokenSerializer.CanReadKeyIdentifier(reader)) 242this.KeyIdentifier = _tokenSerializer.ReadKeyIdentifier(localReader); 319_tokenSerializer.WriteKeyIdentifier(writer, this.KeyIdentifier);