ICryptoTransform.CanReuseTransform 属性

定义

获取一个值,该值指示是否可重复使用当前转换。Gets a value indicating whether the current transform can be reused.

public:
 property bool CanReuseTransform { bool get(); };
public bool CanReuseTransform { get; }
member this.CanReuseTransform : bool
Public ReadOnly Property CanReuseTransform As Boolean

属性值

Boolean

如果重复使用当前转换,则为 true;否则为 falsetrue if the current transform can be reused; otherwise, false.

适用于