Methods
| Name | Description | |
|---|---|---|
| CreateSelfSignedCertificatePFX(CertificateDetails) | 
            Creates a self signed certificate which can be used for peer to peer authentication. 
            Initial implementation used with permission from http://blogs.msdn.com/b/dcook/archive/2008/11/25/creating-a-self-signed-certificate-in-c.aspx
              | |
| CreateSelfSignedCertificatePFX(CertificateDetails, String) | 
            Creates a self signed certificate which can be used for peer to peer authentication and 
            saves it to disk using provided certificateFileName. Initial implementation used with permission from http://blogs.msdn.com/b/dcook/archive/2008/11/25/creating-a-self-signed-certificate-in-c.aspx
              | 
See Also