|
X509CertificateGeneratorGenerateFile Method
|
Generates a PFX file using the supplied password.
Namespace: GSF.Security.Cryptography.X509Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax public void GenerateFile(
string fileName,
string password
)
Public Sub GenerateFile (
fileName As String,
password As String
)
public:
void GenerateFile(
String^ fileName,
String^ password
)
member GenerateFile :
fileName : string *
password : string -> unit
function GenerateFile(fileName, password);
View SourceParameters
- fileName String
- The name of the file
- password String
- the password to encrypt the file with.
See Also