Table of Contents

Class CertificateGenerationParameters

Namespace
WINKOnvif.Core.Models.Devices
Assembly
WINKOnvif.Core.dll
public class CertificateGenerationParameters
Inheritance
CertificateGenerationParameters
Inherited Members

Properties

Algorithm

public KeyGenerationAlgorithm Algorithm { get; set; }

Property Value

KeyGenerationAlgorithm

KeyLength

public int KeyLength { get; set; }

Property Value

int

Subject

public string Subject { get; set; }

Property Value

string

ValidDays

public int ValidDays { get; set; }

Property Value

int