Originally posted at: Visual C#: RSA encryption using certificate @ IS4U Blog Intro RSA is a well-known cryptosystem using assymetric encryption. It performs encryption using a public key, decryption using a private key. The private key should be protected. The most efficient way of managing these keys in a Windows environment is by using certificates. […]
Month: March 2015
FIM Technical Guru – February 2015
I was awarded a gold medal for the technet article on filtering objects on export. Forefront Identity Manager Technical Guru – February 2015 Wim Beck FIM2010: Filter objects on export PG: “Simple, targeted but nice article, nice layout.” Søren Granfeldt: “Nice. Would be perfect with a complete code sample.” You can find the complete […]
FIM2010: Protect passwords in configuration files
Originally posted at: FIM2010: Protect passwords in configuration files @ IS4U Blog Intro One of the great features of FIM is that it is relatively easy to plugin custom functionality. You can extend the synchronization engine by developing rules extension and you can add custom workflows to the FIM portal. Rules extensions run under the […]
FIM2010: GUI for configuring your scheduler
Originally posted at: FIM2010: GUI for configuring your scheduler @ IS4U Blog Intro I described in previous posts how I developed a windows service to schedule FIM. The configuration of this scheduler consists of XML files. Because it is not straightforward to ensure you have a consistent configuration that satisfies your needs, I developed an […]
FIM Technical Guru – January 2015
I was awarded a silver medal for the technet article on SSPR with one-way trust. Lets go for gold again next time! Forefront Identity Manager Technical Guru – January 2015 Wim Beck FIM 2010: SSPR with one-way trust Søren Granfeldt: "Maybe a little more deep but nice article" Ed Price: "Great topic. Good detail. Love […]