'Declaration
Public Function SetSignatureCertificateFromSmartCard( _ ByVal ProviderName As String, _ ByVal KeyContainerName As String, _ ByVal PinCode As String _ ) As GdPictureStatus
public GdPictureStatus SetSignatureCertificateFromSmartCard( string ProviderName, string KeyContainerName, string PinCode )
public function SetSignatureCertificateFromSmartCard( ProviderName: String; KeyContainerName: String; PinCode: String ): GdPictureStatus;
public function SetSignatureCertificateFromSmartCard( ProviderName : String, KeyContainerName : String, PinCode : String ) : GdPictureStatus;
public: GdPictureStatus SetSignatureCertificateFromSmartCard( string* ProviderName, string* KeyContainerName, string* PinCode )
public: GdPictureStatus SetSignatureCertificateFromSmartCard( String^ ProviderName, String^ KeyContainerName, String^ PinCode )
Parameters
- ProviderName
- The smart card provider name, for example "Microsoft Base Smart Card Crypto Provider".
- KeyContainerName
- The key container name.
- PinCode
- The pin code of the smart card. Use the empty string to allow the application to ask for the correct pin code at the signing time.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.