Virtru SDK for C#
2.8.0
Virtru C# SDK module - Create, Read, and Manage TDF3 Files
|
Public Member Functions | |
void | Dispose () |
void | setKasUrl (string kasUrl) |
string | getKasUrl () |
void | setOIDCUrl (string oidcUrl) |
string | getOIDCUrl () |
void | setEasUrl (string easUrl) |
string | getEasUrl () |
void | setAcmUrl (string acmUrl) |
string | getAcmUrl () |
void | setRcaUrl (string rcaUrl) |
string | getRcaUrl () |
void | setEncryptedStorageUrl (string encryptedStorageUrl) |
string | getEncryptedStorageUrl () |
void | setSecureReaderUrl (string srUrl) |
string | getSecureReaderUrl () |
void | setPlatform (string platform) |
string | getPlatform () |
string | getVirtruClient () |
string | getBuildVersion () |
Static Public Member Functions | |
static ClientConfig | getInstance () |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
Protected Attributes | |
bool | swigCMemOwn |
Package Functions | |
ClientConfig (global::System.IntPtr cPtr, bool cMemoryOwn) | |
Static Package Functions | |
static global::System.Runtime.InteropServices.HandleRef | getCPtr (ClientConfig obj) |
static global::System.Runtime.InteropServices.HandleRef | swigRelease (ClientConfig obj) |
Private Member Functions | |
~ClientConfig () | |
Private Attributes | |
global::System.Runtime.InteropServices.HandleRef | swigCPtr |
A virtru client configuration information class(singleton) hold all the endpoint addresses and other information like platform it's being used.
|
inlinepackage |
|
inlineprivate |
|
inline |
|
inlineprotectedvirtual |
|
inline |
Return the base URL for ACM server communication
|
inline |
Return virtru client build version
|
inlinestaticpackage |
|
inline |
DEPRECATED - EAS is not used in OIDC flows Return the base URL for EAS server communication
|
inline |
Return the base URL for encrypted storage server communication
|
inlinestatic |
Returns the singleton instance of ClientConfig, if the instance is not yet created it will create one.
|
inline |
Return the base URL for KAS communication
|
inline |
Return the base URL that client will authenticate against
|
inline |
|
inline |
Return the base URL for RCA server communication
|
inline |
Return the secure reader url which will be used in html format TDF
|
inline |
Return virtru client value which is passed as HTTP header value while communicating with Virtru servers
|
inline |
Sets the base URL for ACM server communication
acmUrl | - The base URL for ACM |
|
inline |
DEPRECATED - EAS is not used in OIDC flows Sets the base URL for EAS server communication
easUrl | - The base URL for EAS |
|
inline |
Sets the base URL for encrypted storage server communication
encryptedStorageUrl | - The base URL for encrypted storage |
|
inline |
Sets the base URL for KAS communication
kasUrl | - The base URL for KAS |
|
inline |
Sets the base URL that client will authenticate against
oidcUrl | - The base URL for the OIDC IdP |
|
inline |
|
inline |
Sets the base URL for RCA server communication
rcaUrl | - The base URL for RCA |
|
inline |
Set the secure reader url which will be used in html format TDF. This is the URL that will be used on opening the .html TDF.
srUrl | - The secure reader url |
|
inlinestaticpackage |
|
protected |
|
private |