MessageCertificateX509Volatile Constructor (Byte[])
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
)
public:
MessageCertificateX509Volatile(
array<unsigned char>^ blob
)
Public Sub New (
blob As Byte()
)
Parameters
blob
Type: System.Byte[]The certificate blob.
See Also
MessageCertificateX509Volatile Overload
MessageCertificateX509Volatile Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top