ZebraP12InfoGetCertificateIssuer(String) Method
|
Get the issuer of the client certificate.
Namespace: Zebra.Sdk.CertificateAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public string GetCertificateIssuer(
string alias
)
Public Function GetCertificateIssuer (
alias As String
) As String
public:
String^ GetCertificateIssuer(
String^ alias
)
Parameters
- alias String
- The alias name of the specific entry to extract from the certificate file.
Return Value
StringThe client certificate issuer.
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