Click or drag to resize

ZebraP12Info(Stream, String) Constructor

Creates a wrapper that opens up the provided certificate keystore stream.

Namespace: Zebra.Sdk.Certificate
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public ZebraP12Info(
	Stream pkcs12Stream,
	string p12Password
)

Parameters

pkcs12Stream  Stream
The stream containing certificate keystore file contents.
p12Password  String
The password used to access the certificate file.
Exceptions
ExceptionCondition
ZebraCertificateExceptionThrown if the certificate stream contents cannot be accessed or if the certificate password was incorrect.
See Also