Click or drag to resize

ServiceIdentityDataPassword Property

Note: This API is now obsolete.

Applicable only if the datasource is configured for Native Authentication. The password of a Cobra user.

Namespace:  Cobra.WebService.ClientAPI.Client
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
[ObsoleteAttribute("Use of this property is prone to heap inspection flaw.  For security purposes, use the SecurePassword property instead.")]
public string Password { get; set; }

Property Value

Type: String
See Also