5 references to CloneBuffer
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\Claim.cs (2)
120return new Claim(ClaimTypes.Hash, SecurityUtils.CloneBuffer(hash), Rights.PossessProperty, ClaimComparer.Hash); 146return new Claim(ClaimTypes.Thumbprint, SecurityUtils.CloneBuffer(thumbprint), Rights.PossessProperty, ClaimComparer.Thumbprint);
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\BinaryKeyIdentifierClause.cs (2)
33_identificationData = SecurityUtils.CloneBuffer(identificationData); 43return SecurityUtils.CloneBuffer(_identificationData);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\BinarySecretSecurityToken.cs (1)
92return SecurityUtils.CloneBuffer(_key);