Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
RasCredentialsMask (Enums)
.
C# Definition:
[Flags]
public enum RasCredentialsMask
{
/// <summary>The szUserName member is valid.</summary>
RASCM_UserName = 0x00000001,
/// <summary>The szPassword member is valid.</summary>
RASCM_Password = 0x00000002,
/// <summary>The szDomain member is valid.</summary>
RASCM_Domain = 0x00000004,
/// <summary>Indicates that the credentials are default credentials for an all-user connection.</summary>
RASCM_DefaultCreds = 0x00000008,
/// <summary>Specify this flag to either set or retrieve a pre-shared key.
/// This flag cannot be used in combination with any other flag.</summary>
RASCM_PreSharedKey = 0x00000010,
/// <summary>Used to set the pre-shared key for the RAS server.</summary>
RASCM_ServerPreSharedKey = 0x00000020,
/// <summary>Used to set the pre-shared key for a demand-dial interface.</summary>
RASCM_DDMPreSharedKey = 0x00000040
}
VB Definition:
Enum RasCredentialsMask
TODO
End Enum
Notes:
None.
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!