@tsonic/dotnet
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library)
21 lines (17 loc) • 1.56 kB
TypeScript
// Generated by tsbindgen - Architecture
// Namespace: System.Security.Authentication
// Facade - Public API Surface
// Import internal declarations
import * as Internal from './System.Security.Authentication/internal/index.js';
// Cross-namespace type imports for constraints
import type { IDictionary } from './System.Collections/internal/index.js';
import type { MethodBase } from './System.Reflection/internal/index.js';
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
import type { Boolean as ClrBoolean, Enum, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, 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 { SslProtocols as SslProtocols } from './System.Security.Authentication/internal/index.js';
export { ExchangeAlgorithmType as ExchangeAlgorithmType } from './System.Security.Authentication/internal/index.js';
export { CipherAlgorithmType as CipherAlgorithmType } from './System.Security.Authentication/internal/index.js';
export { HashAlgorithmType as HashAlgorithmType } from './System.Security.Authentication/internal/index.js';
export { AuthenticationException as AuthenticationException } from './System.Security.Authentication/internal/index.js';
export { InvalidCredentialException as InvalidCredentialException } from './System.Security.Authentication/internal/index.js';