Namespace: OpenEdge.Net.ServerConnection
Type: Class TlsClientCredentials
Parent Classes:
Inherits: Progress.Lang.Object
Implements: OpenEdge.Security.ICredentials


Copyright (c) 2021 by Progress Software Corporation. All rights reserved.
File:OpenEdge.Net.ServerConnection.TlsClientCredentials
Description:An implementation of Crededntials
Author(s):Cameron David Wright - cwright@progress.com
/* The identity.



Constructor Summary
  Options Name Purpose
  TlsClientCredentials () /* Constructor - Default */
  TlsClientCredentials (ILongcharHolder, EncodedString) /* Constructor @param ILongcharHolder - The identity for credentials @param EncodedString - The secret */

Property Summary
  Options Name Purpose
  Progress.Lang.Object Identity
  Progress.Lang.Object Secret


Constructor Detail
Top

TlsClientCredentials ()

/* Constructor - Default
Top

TlsClientCredentials (ILongcharHolder, EncodedString)

/* Constructor
Parameters:
pIdentity Ccs.Common.Support.ILongcharHolder
 
pSecret OpenEdge.Core.EncodedString
 


Property Detail
Top

Progress.Lang.Object Identity

Returns Progress.Lang.Object
 
Top

Progress.Lang.Object Secret

Returns Progress.Lang.Object