IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

CreateKey Method

Creates a new keyset associated with the provided name.

Syntax

[VB.NET]
Public Sub CreateKey(ByVal KeyName As String)
[C#]
public void CreateKey(string keyName);

Remarks

This method will create a new keyset (public/private key pair) within the Cryptographic Service Provider (CSP) used by the component. The CSP can be set using the CSP configuration setting.

NOTE: This functionality is only available in Windows.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]