Click or drag to resize
GDPkcs12StoreHelperIsPasswordsRequiredForCertificates Method
Gets information if any certificates in outstanding certificate import queue are password protected, thus, require user to input password while importing.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public static bool IsPasswordsRequiredForCertificates()

Return Value

Type: Boolean
true if any certificate waiting for import is password protected. false if no certificates are waiting to be imported or all waiting certificates are not password protected.
See Also