UpnEndpointIdentityExtension Constructors
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.
Initializes a new instance of the UpnEndpointIdentityExtension class.
Overloads
UpnEndpointIdentityExtension() |
Initializes a new instance of the UpnEndpointIdentityExtension class. |
UpnEndpointIdentityExtension(UpnEndpointIdentity) |
Initializes a new instance of the UpnEndpointIdentityExtension class with the specified UpnEndpointIdentity. |
UpnEndpointIdentityExtension()
Initializes a new instance of the UpnEndpointIdentityExtension class.
public:
UpnEndpointIdentityExtension();
public UpnEndpointIdentityExtension ();
Public Sub New ()
Applies to
UpnEndpointIdentityExtension(UpnEndpointIdentity)
Initializes a new instance of the UpnEndpointIdentityExtension class with the specified UpnEndpointIdentity.
public:
UpnEndpointIdentityExtension(System::ServiceModel::UpnEndpointIdentity ^ identity);
public UpnEndpointIdentityExtension (System.ServiceModel.UpnEndpointIdentity identity);
new System.ServiceModel.XamlIntegration.UpnEndpointIdentityExtension : System.ServiceModel.UpnEndpointIdentity -> System.ServiceModel.XamlIntegration.UpnEndpointIdentityExtension
Public Sub New (identity As UpnEndpointIdentity)
Parameters
- identity
- UpnEndpointIdentity
The User Principal Name (UPN) endpoint identity.