| GssapiAuthenticatorCanonicalizeHostNamePropertyName Property |
Gets the name of the canonicalize host name property.
Namespace: MongoDB.Driver.Core.AuthenticationAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntaxpublic static string CanonicalizeHostNamePropertyName { get; }Public Shared ReadOnly Property CanonicalizeHostNamePropertyName As String
Get
static member CanonicalizeHostNamePropertyName : string with get
Property Value
Type:
String
The name of the canonicalize host name property.
See Also