ZebraP12InfoGetCertificateExpirationDate(String) Method
|
Get the expiration data of the client certificate associated with the certificate file.
Namespace: Zebra.Sdk.CertificateAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public DateTime GetCertificateExpirationDate(
string alias
)
Public Function GetCertificateExpirationDate (
alias As String
) As DateTime
public:
DateTime GetCertificateExpirationDate(
String^ alias
)
Parameters
- alias String
- The alias name of the specific entry to extract from the certificate file.
Return Value
DateTimeThe client certificate expiration date.
Exceptions Exception | Condition |
---|
ZebraCertificateException | If the certificate keystore is invalid or the provided alias
does not exist in the certificate keystore. |
See Also