Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Gets a value that indicates whether the assembly has been granted full trust by the runtime security system.
Syntax
HRESULT IsFullyTrusted(
[out] BOOL *pbFullyTrusted
);
Parameters
pbFullyTrusted
[out] true if the assembly has been granted full trust by the runtime security system; otherwise, false.
Remarks
This method returns an HRESULT of CORDBG_E_NOTREADY if the security policy for the assembly has not yet been resolved, that is, if no code in the assembly has been run yet.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0