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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.