Visual Basic (Declaration) | |
---|---|
<ObsoleteAttribute("Use the static version which takes a storeType/storePath")> Public Overloads Function CreateCertificate( _ ByVal storeLocation As StoreLocation, _ ByVal storeName As String, _ ByVal applicationName As String, _ ByVal applicationUri As String, _ ByVal hostNames As IList(Of String), _ ByVal organization As String, _ ByVal keySize As UShort, _ ByVal lifetimeInYears As UShort _ ) As X509Certificate2 |
C# | |
---|---|
[ObsoleteAttribute("Use the static version which takes a storeType/storePath")] public X509Certificate2 CreateCertificate( StoreLocation storeLocation, string storeName, string applicationName, string applicationUri, IList<string> hostNames, string organization, ushort keySize, ushort lifetimeInYears ) |
Parameters
- storeLocation
- storeName
- applicationName
- applicationUri
- hostNames
- organization
- keySize
- lifetimeInYears
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family