1 write to authenticator
System.ServiceModel (1)
System\ServiceModel\Security\RequestSecurityTokenResponse.cs (1)
569this.authenticator = DiagnosticUtility.Utility.AllocateByteArray(authenticator.Length);
5 references to authenticator
System.ServiceModel (5)
System\ServiceModel\Security\RequestSecurityTokenResponse.cs (5)
570Buffer.BlockCopy(authenticator, 0, this.authenticator, 0, authenticator.Length); 579if (this.authenticator == null) 583byte[] result = DiagnosticUtility.Utility.AllocateByteArray(this.authenticator.Length); 584Buffer.BlockCopy(this.authenticator, 0, result, 0, this.authenticator.Length);