X509Certificate::Import Method
Populates an X509Certificate object.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Import(array<Byte>^) | Populates the X509Certificate object with data from a byte array. |
![]() | Import(array<Byte>^, SecureString^, X509KeyStorageFlags) | Populates an X509Certificate object using data from a byte array, a password, and a key storage flag. |
![]() | Import(array<Byte>^, String^, X509KeyStorageFlags) | Populates the X509Certificate object using data from a byte array, a password, and flags for determining how the private key is imported. |
![]() | Import(String^) | Populates the X509Certificate object with information from a certificate file. |
![]() | Import(String^, SecureString^, X509KeyStorageFlags) | Populates an X509Certificate object with information from a certificate file, a password, and a key storage flag. |
![]() | Import(String^, String^, X509KeyStorageFlags) | Populates the X509Certificate object with information from a certificate file, a password, and a X509KeyStorageFlags value. |
