Constructor.
Public Sub New() Public Sub New( password As string, providerName As string, subject As string, issuer As string, serialNumber As string, comment As string, timeServer As string, actions As SecurityActions, algorithm As SecurityAlgorithm, keyLength As UInteger, providerType As UInteger )
public SecurityParameters(); public SecurityParameters( string password, string providerName, string subject, string issuer, string serialNumber, string comment, string timeServer, SecurityActions actions, SecurityAlgorithm algorithm, uint keyLength, uint providerType );
Comments? |