Click or drag to resize

ZebraP12InfoGetPrivateKeyAlgorithm(String) Method

Get the algorithm used by the private key.

Namespace: Zebra.Sdk.Certificate
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public string GetPrivateKeyAlgorithm(
	string alias
)

Parameters

alias  String
The alias name of the specific entry to extract from the certificate file.

Return Value

String
The private key algorithm.
Exceptions
ExceptionCondition
ZebraCertificateExceptionIf the provided certificate file is invalid, alias does not exist, or contained private key is corrupt or unsupported.
See Also