10 references to CloneBuffer
System.IdentityModel (10)
System\IdentityModel\Claims\Claim.cs (2)
127return new Claim(ClaimTypes.Hash, SecurityUtils.CloneBuffer(hash), Rights.PossessProperty, ClaimComparer.Hash); 167return new Claim(ClaimTypes.Thumbprint, SecurityUtils.CloneBuffer(thumbprint), Rights.PossessProperty, ClaimComparer.Thumbprint);
System\IdentityModel\Tokens\BinaryKeyIdentifierClause.cs (2)
33this.identificationData = SecurityUtils.CloneBuffer(identificationData); 43return SecurityUtils.CloneBuffer(this.identificationData);
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (1)
144return SecurityUtils.CloneBuffer(this.request);
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (1)
123return SecurityUtils.CloneBuffer(this.apreq);
System\IdentityModel\Tokens\RsaKeyIdentifierClause.cs (2)
49return SecurityUtils.CloneBuffer(this.rsaParameters.Exponent); 54return SecurityUtils.CloneBuffer(this.rsaParameters.Modulus);
System\ServiceModel\Security\Tokens\BinarySecretSecurityToken.cs (1)
114return SecurityUtils.CloneBuffer(this.key);
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
188return SecurityUtils.CloneBuffer(this.wrappedKey);