Originally posted at: FIM2010: Writing Advanced Attribute Flows @ IS4U Blog Intro Once in a while you will come across very complex business requirements while implementing FIM in a large environment. These requirements often require a classic architecture (with VB or C# extensions), but can create very messy code that is hard to maintain. This […]
Tag: C#
Visual C#: RSA encryption using certificate
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. […]