Class RVKeyPairDataSourceCredential

Used for key-pair authentication.

Inheritance
System.Object
RVKeyPairDataSourceCredential
Implements
Namespace: Reveal.Sdk.Data
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVKeyPairDataSourceCredential : Object, IRVDataSourceCredential

Constructors

RVKeyPairDataSourceCredential(String, String)

Declaration
public RVKeyPairDataSourceCredential(string userName, string privateKey)
Parameters
Type Name Description
System.String userName
System.String privateKey

Properties

PrivateKey

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

UserName

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

Implements

IRVDataSourceCredential