←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly