Certificate.Create Method
Creates a certificate based on a certificate encryption algorithm or based on a certificate source type.
Overload List
| Name | Description |
|---|---|
| Certificate.Create () |
Creates a certificate on the database.
|
| Certificate.Create (String) |
Creates a certificate based on a certificate encryption algorithm or based on a certificate source type.
|
| Certificate.Create (String, CertificateSourceType) |
Creates a certificate on the database that has the specified certificate source type.
|
| Certificate.Create (String, CertificateSourceType, String, String) |
Creates a certificate on the database that has the specified certificate source type.
|
| Certificate.Create (String, CertificateSourceType, String, String, String) |
Creates a certificate on the database that has the specified certificate source type.
|
See Also