X509 guide/tutorial in C#

后端 未结 3 833
耶瑟儿~
耶瑟儿~ 2021-02-06 03:29

Can anyone point me to a good introductory materials on X509 certificates with examples in C#.

3条回答
  •  攒了一身酷
    2021-02-06 03:51

    You can begin here

    X509Certificate MSDN Resource

    The System.Security.Cryptography.X509Certificates namespace contains the common language runtime implementation of the Authenticode X.509 v.3 certificate. This certificate is signed with a private key that uniquely and positively identifies the holder of the certificate.

提交回复
热议问题