ZebraP12InfoGetPrivateKeyAlgorithm Method 
             | 
          
        
         
            Get the algorithm used by the private key.
            
 
    Namespace: 
   Zebra.Sdk.Certificate
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic string GetPrivateKeyAlgorithm()
Public Function GetPrivateKeyAlgorithm As String
public:
String^ GetPrivateKeyAlgorithm()
Return Value
Type: 
StringThe private key algorithm.
Exceptions| Exception | Condition | 
|---|
| ZebraCertificateException | If the provided certificate file is invalid, alias does not exist, 
            or contained private key is corrupt or unsupported. | 
RemarksSince no alias is provided, the first entry in the certificate file will be used.
See Also