IX509PrivateKey.Import(String, String, EncodingType) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C#
public void Import (string strExportType, string strEncodedKey, Microsoft.Hpc.Scheduler.Store.EncodingType Encoding = Microsoft.Hpc.Scheduler.Store.EncodingType.XCN_CRYPT_STRING_BASE64);
abstract member Import : string * string * Microsoft.Hpc.Scheduler.Store.EncodingType -> unit
Public Sub Import (strExportType As String, strEncodedKey As String, Optional Encoding As EncodingType = Microsoft.Hpc.Scheduler.Store.EncodingType.XCN_CRYPT_STRING_BASE64)
- strExportType
- String
- strEncodedKey
- String
- Encoding
- EncodingType
Product | Versions |
---|---|
Microsoft HPC Pack 2016 Update 1 SDK | Microsoft HPC Pack 2016 Update 1 SDK 5.1.6115 |