SamlSecurityTokenAuthenticator.ResolveIdentity メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SamlSecurityTokenAuthenticator インスタンスの作成時に指定されたサポート トークン認証システムを使用して、セキュリティ トークンで渡された識別子、またはセキュリティ キー識別子と関連付けられている ID を解決し、これを IIdentity として返します。
オーバーロード
ResolveIdentity(SecurityKeyIdentifier) |
SamlSecurityTokenAuthenticator インスタンスの作成時に提供されたサポート セキュリティ トークン認証システムを使用して、指定したキー識別子と関連付けられている ID を解決し、これを IIdentity として返します。 |
ResolveIdentity(SecurityToken) |
SamlSecurityTokenAuthenticator インスタンスの作成時に提供されたサポート セキュリティ トークン認証システムを使用して、指定したセキュリティ トークンと関連付けられている ID を解決し、これを IIdentity として返します。 |
ResolveIdentity(SecurityKeyIdentifier)
SamlSecurityTokenAuthenticator インスタンスの作成時に提供されたサポート セキュリティ トークン認証システムを使用して、指定したキー識別子と関連付けられている ID を解決し、これを IIdentity として返します。
public:
virtual System::Security::Principal::IIdentity ^ ResolveIdentity(System::IdentityModel::Tokens::SecurityKeyIdentifier ^ keyIdentifier);
public virtual System.Security.Principal.IIdentity ResolveIdentity (System.IdentityModel.Tokens.SecurityKeyIdentifier keyIdentifier);
abstract member ResolveIdentity : System.IdentityModel.Tokens.SecurityKeyIdentifier -> System.Security.Principal.IIdentity
override this.ResolveIdentity : System.IdentityModel.Tokens.SecurityKeyIdentifier -> System.Security.Principal.IIdentity
Public Overridable Function ResolveIdentity (keyIdentifier As SecurityKeyIdentifier) As IIdentity
パラメーター
- keyIdentifier
- SecurityKeyIdentifier
ID を取得する対象の SecurityKeyIdentifier。
戻り値
指定したキー識別子の ID を表す IIdentity。
注釈
SamlSecurityToken セキュリティ トークンは、キー識別子を使用してキャッシュされます。
適用対象
ResolveIdentity(SecurityToken)
SamlSecurityTokenAuthenticator インスタンスの作成時に提供されたサポート セキュリティ トークン認証システムを使用して、指定したセキュリティ トークンと関連付けられている ID を解決し、これを IIdentity として返します。
public:
virtual System::Security::Principal::IIdentity ^ ResolveIdentity(System::IdentityModel::Tokens::SecurityToken ^ token);
public virtual System.Security.Principal.IIdentity ResolveIdentity (System.IdentityModel.Tokens.SecurityToken token);
abstract member ResolveIdentity : System.IdentityModel.Tokens.SecurityToken -> System.Security.Principal.IIdentity
override this.ResolveIdentity : System.IdentityModel.Tokens.SecurityToken -> System.Security.Principal.IIdentity
Public Overridable Function ResolveIdentity (token As SecurityToken) As IIdentity
パラメーター
- token
- SecurityToken
ID を取得する対象の SecurityToken。
戻り値
指定したセキュリティ トークンの ID を表す IIdentity。
適用対象
.NET