C# Class OpenMetaverse.Http.Trusted

Afficher le fichier Open project: 3di/3di-viewer-rei-libs

Méthodes publiques

Méthode Description
CreateClientCert ( string subjectName, byte rootKey, byte rootCert ) : byte[]
CreateServerCert ( string subjectName, byte rootKey, byte rootCert ) : byte[]
CreateServerRootCA ( string issuer, byte &rootKey, byte &rootCert ) : void

Method Details

CreateClientCert() public static méthode

public static CreateClientCert ( string subjectName, byte rootKey, byte rootCert ) : byte[]
subjectName string
rootKey byte
rootCert byte
Résultat byte[]

CreateServerCert() public static méthode

public static CreateServerCert ( string subjectName, byte rootKey, byte rootCert ) : byte[]
subjectName string
rootKey byte
rootCert byte
Résultat byte[]

CreateServerRootCA() public static méthode

public static CreateServerRootCA ( string issuer, byte &rootKey, byte &rootCert ) : void
issuer string
rootKey byte
rootCert byte
Résultat void