4 references to _authenticator
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\RequestSecurityTokenResponse.cs (4)
540if (_authenticator == null) 546byte[] result = Fx.AllocateByteArray(_authenticator.Length); 547Buffer.BlockCopy(_authenticator, 0, result, 0, _authenticator.Length);