NegotiateAuthentication.RemoteIdentity プロパティ

定義

リモート パーティの ID に関する情報を取得します。

public:
 property System::Security::Principal::IIdentity ^ RemoteIdentity { System::Security::Principal::IIdentity ^ get(); };
public System.Security.Principal.IIdentity RemoteIdentity { get; }
member this.RemoteIdentity : System.Security.Principal.IIdentity
Public ReadOnly Property RemoteIdentity As IIdentity

プロパティ値

リモート エンドポイントの ID を示す IIdentity オブジェクト。

例外

認証に失敗したか、認証が行われていません。

ID を取得しようとしたときにシステム エラーが発生しました。

適用対象