Overload | Description |
---|---|
Certificate Constructor(X509Certificate) | Initializes a new intance of the Certificate class using the specified certificate. |
Certificate Constructor(String,SecureString) | Initializes a new intance of the Certificate class using the specified certificate. |
Certificate Constructor(String,String) | Initializes a new intance of the Certificate class using the specified certificate. |
Certificate Constructor(String,SecureString,X509KeyStorageFlags) | Initializes a new intance of the Certificate class using the specified certificate. |
Certificate Constructor(String,String,X509KeyStorageFlags) | Initializes a new intance of the Certificate class using the specified certificate. |
Certificate Constructor(Byte[],SecureString) | Initializes a new intance of the Certificate class using the specified certificate. |
Certificate Constructor(Byte[],String) | Initializes a new intance of the Certificate class using the specified certificate. |
Certificate Constructor(Byte[],SecureString,X509KeyStorageFlags) | Initializes a new intance of the Certificate class using the specified certificate. |
Certificate Constructor(Byte[],String,X509KeyStorageFlags) | Initializes a new intance of the Certificate class using the specified certificate. |