OnPrivateKeyPassword Method

Summary

Invokes the private PrivateKeyPassword event.

Syntax
C#
VB
C++
protected override string OnPrivateKeyPassword( 
   bool encryption 
) 
  
Protected Overrides Function OnPrivateKeyPassword( _ 
   ByVal encryption As Boolean _ 
) As String 
protected: 
String^ OnPrivateKeyPassword(  
   bool encryption 
) override  

Parameters

encryption
true if the password is being used for encryption; false if the password is being used for decryption.

Return Value

The secure password.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly