Click or drag to resize

ZebraP12InfoGetCaExpirationDate(String) Method

Get the expiration data of the CA associated with the certificate file.

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

Parameters

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

Return Value

DateTime
The CA expiration date.
Exceptions
ExceptionCondition
ZebraCertificateExceptionIf the certificate keystore is invalid or the provided alias does not exist in the certificate keystore.
See Also