ZebraP12Info(Stream, String, String) Constructor
|
Creates a wrapper that opens up the provided certificate keystore stream.
Namespace: Zebra.Sdk.CertificateAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public ZebraP12Info(
Stream pkcs12Stream,
string p12Password,
string givenAlias
)
Public Sub New (
pkcs12Stream As Stream,
p12Password As String,
givenAlias As String
)
public:
ZebraP12Info(
Stream^ pkcs12Stream,
String^ p12Password,
String^ givenAlias
)
Parameters
- pkcs12Stream Stream
- The stream containing certificate keystore file contents.
- p12Password String
- The password used to access the certificate file.
- givenAlias String
- The alias used to access the certificate file.
Exceptions Exception | Condition |
---|
ZebraCertificateException | Thrown if the certificate stream contents cannot be accessed or if the
certificate password was incorrect. |
See Also