ConnectingIdType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the type of an identifier that is used to make a connection.
public enum class ConnectingIdType
public enum ConnectingIdType
Public Enum ConnectingIdType
- Inheritance
-
ConnectingIdType
Fields
Name | Value | Description |
---|---|---|
PrincipalName | 0 | The identifier is the principle’s name. |
SID | 1 | The identifier is a SID. |
SmtpAddress | 2 | The identifier is an SMTP e-mail address. |