Table of Contents

Class BlobCertificateProvider

Namespace
MQTTnet.Certificates
Assembly
MQTTnet.dll
public class BlobCertificateProvider : ICertificateProvider
Inheritance
BlobCertificateProvider
Implements
Inherited Members

Constructors

BlobCertificateProvider(byte[])

public BlobCertificateProvider(byte[] blob)

Parameters

blob byte[]

Properties

Blob

public byte[] Blob { get; }

Property Value

byte[]

Password

public string Password { get; set; }

Property Value

string

Methods

GetCertificate()

public X509Certificate2 GetCertificate()

Returns

X509Certificate2