SessionSecurityTokenCache.GetAll(String, UniqueId) 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.
When overridden in a derived class, retrieves all of the tokens associated with a key.
public:
abstract System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::SessionSecurityToken ^> ^ GetAll(System::String ^ endpointId, System::Xml::UniqueId ^ contextId);
public abstract System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SessionSecurityToken> GetAll (string endpointId, System.Xml.UniqueId contextId);
abstract member GetAll : string * System.Xml.UniqueId -> seq<System.IdentityModel.Tokens.SessionSecurityToken>
Public MustOverride Function GetAll (endpointId As String, contextId As UniqueId) As IEnumerable(Of SessionSecurityToken)
Parameters
- endpointId
- String
The endpoint ID to search for.
- contextId
- UniqueId
The context ID to search for.
Returns
The collection of session tokens associated with the key.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.