Show / Hide Table of Contents

Class SessionCertificate

Represents a Session Certificate.

Inheritance
System.Object
SessionCertificate
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neodynamic.Blazor
Assembly: cs.temp.dll.dll
Syntax
public class SessionCertificate

Properties

Certificate

The whole certificates in PEM format.

Declaration
public string Certificate { get; set; }
Property Value
Type Description
System.String

PublicKey

The public key in PEM format.

Declaration
public string PublicKey { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com