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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.