SpnEndpointIdentityExtension 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 SpnEndpointIdentityExtension class.
Overloads
SpnEndpointIdentityExtension() |
Initializes a new instance of the SpnEndpointIdentityExtension class. |
SpnEndpointIdentityExtension(SpnEndpointIdentity) |
Initializes a new instance of the SpnEndpointIdentityExtension class. |
SpnEndpointIdentityExtension()
Initializes a new instance of the SpnEndpointIdentityExtension class.
public:
SpnEndpointIdentityExtension();
public SpnEndpointIdentityExtension ();
Public Sub New ()
Applies to
SpnEndpointIdentityExtension(SpnEndpointIdentity)
Initializes a new instance of the SpnEndpointIdentityExtension class.
public:
SpnEndpointIdentityExtension(System::ServiceModel::SpnEndpointIdentity ^ identity);
public SpnEndpointIdentityExtension (System.ServiceModel.SpnEndpointIdentity identity);
new System.ServiceModel.XamlIntegration.SpnEndpointIdentityExtension : System.ServiceModel.SpnEndpointIdentity -> System.ServiceModel.XamlIntegration.SpnEndpointIdentityExtension
Public Sub New (identity As SpnEndpointIdentity)
Parameters
- identity
- SpnEndpointIdentity
The service principal name (SPN) endpoint identity.