SamlSecurityTokenHandler.ResolveSubjectKeyIdentifier 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.
Resolves the SecurityKeyIdentifier specified in a saml:Subject element.
protected:
virtual System::IdentityModel::Tokens::SecurityKey ^ ResolveSubjectKeyIdentifier(System::IdentityModel::Tokens::SecurityKeyIdentifier ^ subjectKeyIdentifier);
protected virtual System.IdentityModel.Tokens.SecurityKey ResolveSubjectKeyIdentifier (System.IdentityModel.Tokens.SecurityKeyIdentifier subjectKeyIdentifier);
abstract member ResolveSubjectKeyIdentifier : System.IdentityModel.Tokens.SecurityKeyIdentifier -> System.IdentityModel.Tokens.SecurityKey
override this.ResolveSubjectKeyIdentifier : System.IdentityModel.Tokens.SecurityKeyIdentifier -> System.IdentityModel.Tokens.SecurityKey
Protected Overridable Function ResolveSubjectKeyIdentifier (subjectKeyIdentifier As SecurityKeyIdentifier) As SecurityKey
Parameters
- subjectKeyIdentifier
- SecurityKeyIdentifier
The key identifier to resolve into a key.
Returns
The key resolved from the key identifier.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.