StreamSecurityUpgradeProvider.Identity Property

Definition

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