Creates a wrapper that opens up the provided certificate keystore stream.
            
 
    Namespace: 
   Zebra.Sdk.Certificate
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic ZebraP12Info(
	Stream pkcs12Stream,
	string p12Password
)
Public Sub New ( 
	pkcs12Stream As Stream,
	p12Password As String
)
public:
ZebraP12Info(
	Stream^ pkcs12Stream, 
	String^ p12Password
)
Parameters
- pkcs12Stream
 - Type: System.IOStream
The stream containing certificate keystore file contents. - p12Password
 - Type: SystemString
The password 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