Method | 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 |
public static CreateClientCert ( string subjectName, byte rootKey, byte rootCert ) : byte[] | ||
subjectName | string | |
rootKey | byte | |
rootCert | byte | |
return | byte[] |
public static CreateServerCert ( string subjectName, byte rootKey, byte rootCert ) : byte[] | ||
subjectName | string | |
rootKey | byte | |
rootCert | byte | |
return | byte[] |
public static CreateServerRootCA ( string issuer, byte &rootKey, byte &rootCert ) : void | ||
issuer | string | |
rootKey | byte | |
rootCert | byte | |
return | void |