MessageCertificateX509Volatile Constructor (Byte[], String)
Initializes a new instance of the MessageCertificateX509Volatile class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MessageCertificateX509Volatile(
byte[] blob,
string password
)
public:
MessageCertificateX509Volatile(
array<unsigned char>^ blob,
String^ password
)
Public Sub New (
blob As Byte(),
password As String
)
Parameters
blob
Type: System.Byte[]The certificate blob.
password
Type: System.StringThe password for the certificate.
See Also
MessageCertificateX509Volatile Overload
MessageCertificateX509Volatile Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top