你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FabricClient.ClaimsRetrievalEventHandler 委托

定义

通过注册 ClaimsRetrieval 事件来处理声明令牌检索回调的委托

public delegate string FabricClient.ClaimsRetrievalEventHandler(object sender, FabricClient.ClaimsRetrievalEventArgs e);
type FabricClient.ClaimsRetrievalEventHandler = delegate of obj * FabricClient.ClaimsRetrievalEventArgs -> string
Public Delegate Function FabricClient.ClaimsRetrievalEventHandler(sender As Object, e As FabricClient.ClaimsRetrievalEventArgs) As String 

参数

sender
Object

FabricClient 引发事件的实例的引用。

返回值

适用于