UpnEndpointIdentity コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
UpnEndpointIdentity クラスの新しいインスタンスを初期化します。
オーバーロード
UpnEndpointIdentity(Claim) |
要求から UpnEndpointIdentity クラスの新しいインスタンスを初期化します。 |
UpnEndpointIdentity(String) |
UpnEndpointIdentity クラスの新しいインスタンスを初期化します。 |
UpnEndpointIdentity(Claim)
要求から UpnEndpointIdentity クラスの新しいインスタンスを初期化します。
public:
UpnEndpointIdentity(System::IdentityModel::Claims::Claim ^ identity);
public UpnEndpointIdentity (System.IdentityModel.Claims.Claim identity);
new System.ServiceModel.UpnEndpointIdentity : System.IdentityModel.Claims.Claim -> System.ServiceModel.UpnEndpointIdentity
Public Sub New (identity As Claim)
パラメーター
例外
identity
が null
です。
identity
のクレームの種類は、Upn ではありません。
注釈
このメソッドは、 を入力パラメーターとして をidentity
呼び出Initializeします。
適用対象
UpnEndpointIdentity(String)
UpnEndpointIdentity クラスの新しいインスタンスを初期化します。
public:
UpnEndpointIdentity(System::String ^ upnName);
public UpnEndpointIdentity (string upnName);
new System.ServiceModel.UpnEndpointIdentity : string -> System.ServiceModel.UpnEndpointIdentity
Public Sub New (upnName As String)
パラメーター
- upnName
- String
UPN 名。
例外
upnName
が null
です。
upnName
のクレームの種類は、Upn ではありません。
注釈
このメソッドは から upnName
要求を作成し、その要求を入力パラメーターとして使用して を呼び出 Initialize します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET