Service certificate and client certificate requirements
When you use WCF transport and message security, you will inevitably have to deal with a service certificate. Here I am going to list a few problems you might have when using service certificate and...
View ArticleRead claims principle from SignInResponseMessage of WSFederation
Since the release of WsFederation Owin middleware, the client using WSFederation based authentication becomes very easy var options = new WsFederationAuthenticationOptions { MetadataAddress =...
View ArticleUse Unity container in Controller of Owin Web api 2 hosted on web
Just want to share a few tips about how use unity dependency resolver in a web api2 project through owin. First tip is for parameter-less resolving, you do not have to get access of unity container at...
View Article.Net implementation of AES CRT
AesCryptoServiceProvider in .Net has not provided CRT implementation and also I have not found any examples about this from internet, so I decided to code one myself, and it turns out quite simple. My...
View ArticleFree PHP, HTML, CSS, JavaScript editor (IDE) – Codelobster PHP Edition
Disclaim: Following review is provided by Codelobster For valuable work on creation of sites you need a good comfortable editor necessarily. There are many requiring paid products for this purpose, but...
View ArticleUse Unity container in Controller of Owin Web api 2 hosted on web
Just want to share a few tips about how use unity dependency resolver in a web api2 project through owin. First tip is for parameter-less resolving, you do not have to get access of unity container at...
View Article.Net implementation of AES CRT
AesCryptoServiceProvider in .Net has not provided CRT implementation and also I have not found any examples about this from internet, so I decided to code one myself, and it turns out quite simple. My...
View ArticleFree PHP, HTML, CSS, JavaScript editor (IDE) – Codelobster PHP Edition
Disclaim: Following review is provided by Codelobster For valuable work on creation of sites you need a good comfortable editor necessarily. There are many requiring paid products for this purpose, but...
View Article