Visual Basic (Declaration) | |
---|---|
Public Shared Function CreateCertificateViaProxy( _ ByVal executablePath As String, _ ByVal storePath As String, _ ByVal password As String, _ ByVal applicationUri As String, _ ByVal applicationName As String, _ ByVal subjectName As String, _ ByVal domainNames As IList(Of String), _ ByVal keySize As UShort, _ ByVal startTime As Date, _ ByVal lifetimeInMonths As UShort, _ ByVal hashSizeInBits As UShort, _ ByVal isCA As Boolean, _ ByVal usePEMFormat As Boolean, _ ByVal issuerKeyFilePath As String, _ ByVal issuerKeyFilePassword As String _ ) As X509Certificate2 |
C# | |
---|---|
public static X509Certificate2 CreateCertificateViaProxy( string executablePath, string storePath, string password, string applicationUri, string applicationName, string subjectName, IList<string> domainNames, ushort keySize, DateTime startTime, ushort lifetimeInMonths, ushort hashSizeInBits, bool isCA, bool usePEMFormat, string issuerKeyFilePath, string issuerKeyFilePassword ) |
Parameters
- executablePath
- storePath
- password
- applicationUri
- applicationName
- subjectName
- domainNames
- keySize
- startTime
- lifetimeInMonths
- hashSizeInBits
- isCA
- usePEMFormat
- issuerKeyFilePath
- issuerKeyFilePassword
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family