ERPConnect.SNCSettings
Namespace: ERPConnect
Assembly: ERPConnectStandard20.dll
Represents settings for SNC connections
Inheritance
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
SNCSettings()
Properties
Enabled
Gets or sets a value indicating whether SNC is used or not
Property Value
ExternalIdData
When authenticating via External ID, provide the username etc. using this property. Please make sure to set the correct ERPConnect.SNCSettings.ExternalIdType
as well.
Property Value
ExternalIdType
The type of ERPConnect.SNCSettings.ExternalIdData
.
Property Value
LibraryPath
Gets or sets the path to the SNC DLL
Property Value
Mechanism
Gets or sets the GSS-API mechansim used for SNC connections
Property Value
OwnName
Gets or sets the own SNC name
Property Value
PartnerName
Gets or sets the SNC partner name
Property Value
QualityOfProtection
Gets or sets the preferred quality of protection (security level) for SNC connections
Property Value
RunImpersonated
Impersonates a different user when opening a new RFC connection. Typically used for
WindowsIdentity.RunImpersonated()
.