ZebraP12InfoGetPrivateKeyAlgorithm Method
|
Get the algorithm used by the private key.
Namespace: Zebra.Sdk.CertificateAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public string GetPrivateKeyAlgorithm()
Public Function GetPrivateKeyAlgorithm As String
public:
String^ GetPrivateKeyAlgorithm()
Return Value
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. |
Remarks Since no alias is provided, the first entry in the certificate file will be used.
See Also