@tsonic/dotnet
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library)
36 lines (32 loc) • 3.08 kB
TypeScript
// Generated by tsbindgen - Architecture
// Namespace: System.Security
// Facade - Public API Surface
// Import internal declarations
import * as Internal from './System.Security/internal/index.js';
// Cross-namespace type imports for constraints
import type { ArrayList, Hashtable, ICollection, IDictionary, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
import type { AssemblyName, MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
import type { PermissionState } from './System.Security.Permissions/internal/index.js';
import type { Array as ClrArray, Attribute, Boolean as ClrBoolean, Byte, Char, Enum, Exception, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, Object as ClrObject, String as ClrString, SystemException, Type, TypeCode, Void } from './System/internal/index.js';
// Public API exports (curated - no internal $instance/$views leakage)
export { AllowPartiallyTrustedCallersAttribute as AllowPartiallyTrustedCallersAttribute } from './System.Security/internal/index.js';
export type IPermission = Internal.IPermission;
export type ISecurityEncodable = Internal.ISecurityEncodable;
export type IStackWalk = Internal.IStackWalk;
export { PartialTrustVisibilityLevel as PartialTrustVisibilityLevel } from './System.Security/internal/index.js';
export { PermissionSet as PermissionSet } from './System.Security/internal/index.js';
export { SecureString as SecureString } from './System.Security/internal/index.js';
export { SecurityCriticalAttribute as SecurityCriticalAttribute } from './System.Security/internal/index.js';
export { SecurityCriticalScope as SecurityCriticalScope } from './System.Security/internal/index.js';
export { SecurityElement as SecurityElement } from './System.Security/internal/index.js';
export { SecurityException as SecurityException } from './System.Security/internal/index.js';
export { SecurityRulesAttribute as SecurityRulesAttribute } from './System.Security/internal/index.js';
export { SecurityRuleSet as SecurityRuleSet } from './System.Security/internal/index.js';
export { SecuritySafeCriticalAttribute as SecuritySafeCriticalAttribute } from './System.Security/internal/index.js';
export { SecurityTransparentAttribute as SecurityTransparentAttribute } from './System.Security/internal/index.js';
export { SecurityTreatAsSafeAttribute as SecurityTreatAsSafeAttribute } from './System.Security/internal/index.js';
export { SuppressUnmanagedCodeSecurityAttribute as SuppressUnmanagedCodeSecurityAttribute } from './System.Security/internal/index.js';
export { UnverifiableCodeAttribute as UnverifiableCodeAttribute } from './System.Security/internal/index.js';
export { VerificationException as VerificationException } from './System.Security/internal/index.js';
export { SecureStringMarshal$instance as SecureStringMarshal } from './System.Security/internal/index.js';