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