Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim assertion As Saml2Assertion
Dim resolver As SecurityTokenResolver
Dim returnValue As ReadOnlyCollection(Of SecurityKey)
returnValue = Me.ResolveSecurityKeys(assertion, resolver)
|
Syntax
Visual Basic |
Protected Overridable Function ResolveSecurityKeys ( _
assertion As Saml2Assertion, _
resolver As SecurityTokenResolver _
) As ReadOnlyCollection(Of SecurityKey)
|
C# |
protected virtual ReadOnlyCollection<SecurityKey> ResolveSecurityKeys (
Saml2Assertion assertion,
SecurityTokenResolver resolver
)
|
C++ |
protected:
virtual ReadOnlyCollection<SecurityKey^>^ ResolveSecurityKeys (
Saml2Assertion^ assertion,
SecurityTokenResolver^ resolver
)
|
J# |
protected ReadOnlyCollection<SecurityKey> ResolveSecurityKeys (
Saml2Assertion assertion,
SecurityTokenResolver resolver
)
|
JScript |
protected function ResolveSecurityKeys (
assertion : Saml2Assertion,
resolver : SecurityTokenResolver
) : ReadOnlyCollection<SecurityKey>
|
Parameters
- assertion
- resolver
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also