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