4 references to CloneBuffer
System.ServiceModel.Primitives (4)
System\IdentityModel\Claims\Claim.cs (2)
137return new Claim(ClaimTypes.Hash, SecurityUtils.CloneBuffer(hash), Rights.PossessProperty, ClaimComparer.Hash); 176return new Claim(ClaimTypes.Thumbprint, SecurityUtils.CloneBuffer(thumbprint), Rights.PossessProperty, ClaimComparer.Thumbprint);
System\IdentityModel\Tokens\BinaryKeyIdentifierClause.cs (2)
33_identificationData = SecurityUtils.CloneBuffer(identificationData); 43return SecurityUtils.CloneBuffer(_identificationData);