StreamSecurityUpgradeAcceptor.GetRemoteSecurity Method
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 security message property provided on the stream for performing custom security negotiation based on the information provided in the security context.
public:
abstract System::ServiceModel::Security::SecurityMessageProperty ^ GetRemoteSecurity();
public abstract System.ServiceModel.Security.SecurityMessageProperty GetRemoteSecurity ();
abstract member GetRemoteSecurity : unit -> System.ServiceModel.Security.SecurityMessageProperty
Public MustOverride Function GetRemoteSecurity () As SecurityMessageProperty
Returns
Returns the SecurityMessageProperty.
Remarks
This information is useful for implementing a stream-level authentication mechanism based on the identities provided in the security context.
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.