StreamSecurityUpgradeProvider.Identity Property
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.
Gets the identity being used for the security upgrade.
public:
abstract property System::ServiceModel::EndpointIdentity ^ Identity { System::ServiceModel::EndpointIdentity ^ get(); };
public abstract System.ServiceModel.EndpointIdentity Identity { get; }
member this.Identity : System.ServiceModel.EndpointIdentity
Public MustOverride ReadOnly Property Identity As EndpointIdentity
Property Value
Returns the EndpointIdentity of the client that requests the security upgrade.
Remarks
This identity can be used for developing custom stream-level authentication schemes through inheriting from the upgrade provider class.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.