4 references to CreateSignature
System.IdentityModel (3)
System\IdentityModel\CryptoHelper.cs (1)
727return formatter.CreateSignature( hash );
System\IdentityModel\RsaSignatureCookieTransform.cs (1)
276signature = signer.CreateSignature(hash);
System\IdentityModel\SignedXml.cs (1)
92signature = formatter.CreateSignature(hash);
System.Security (1)
system\security\cryptography\xml\signedxml.cs (1)
388m_signature.SignatureValue = asymmetricSignatureFormatter.CreateSignature(hashAlg);