Поделиться через


ISql90HttpProtocolSpecifier.AuthenticationRealm Property

Gets or sets a value that models the AUTH_REALM option.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property AuthenticationRealm As String
string AuthenticationRealm { get; set; }
property String^ AuthenticationRealm {
    String^ get ();
    void set (String^ value);
}
abstract AuthenticationRealm : string with get, set
function get AuthenticationRealm () : String
function set AuthenticationRealm (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90HttpProtocolSpecifier Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace