ZebraP12InfoGetPrivateKeyAlgorithm Method (String)
|
Get the algorithm used by the private key.
Namespace:
Zebra.Sdk.Certificate
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax public string GetPrivateKeyAlgorithm(
string alias
)
Public Function GetPrivateKeyAlgorithm (
alias As String
) As String
public:
String^ GetPrivateKeyAlgorithm(
String^ alias
)
Parameters
- alias
- Type: SystemString
The alias name of the specific entry to extract from the certificate file.
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. |
See Also