SecurityCallers 类

定义

提供当前调用链中标识的已排序的集合。

public ref class SecurityCallers sealed : System::Collections::IEnumerable
public sealed class SecurityCallers : System.Collections.IEnumerable
type SecurityCallers = class
    interface IEnumerable
Public NotInheritable Class SecurityCallers
Implements IEnumerable
继承
SecurityCallers
实现

注解

SecurityCallers类提供作为索引属性的 COM + 集合中的项 ISecurityCallersColl

不以编程方式创建新实例。 它们是从组件获取的 SecurityCallContext

属性

Count

获取链中调用方的数目。

Item[Int32]

获取指定的 SecurityIdentity 项。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetEnumerator()

检索对象的枚举接口。

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

扩展方法

Cast<TResult>(IEnumerable)

IEnumerable 的元素强制转换为指定的类型。

OfType<TResult>(IEnumerable)

根据指定类型筛选 IEnumerable 的元素。

AsParallel(IEnumerable)

启用查询的并行化。

AsQueryable(IEnumerable)

IEnumerable 转换为 IQueryable

适用于