.net 4.5 - How to sign security tokens using SHA256 in WIF STS? -
i using thinktecture sts , sign issued tokens using sha256 instead of sha1? tried adding algorithm application using:
cryptoconfig.addalgorithm( typeof(rsapkcs1sha256signaturedescription), "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256");
but starts giving error:
invalid algorithm specified
knowing certificate using compatible sha256. idea?
Comments
Post a Comment