Generated with .NET Object Model Diagram Generator
Microsoft.VisualBasic.MyServices
Methods
- GetData(string format) : object
- SetDataAsJson<T>(string format, T data)
- TryGetData<T>(string format, T data) : bool
- TryGetData<T>(string format, Func<TypeName, Type> resolver, T data) : bool
System.Security.AccessControl
System.Security.Cryptography
Methods
- Protect(ReadOnlySpan<Byte> userData, DataProtectionScope scope, Span<Byte> destination, ReadOnlySpan<Byte> optionalEntropy = null) : int
- Protect(ReadOnlySpan<Byte> userData, DataProtectionScope scope, ReadOnlySpan<Byte> optionalEntropy = null) : Byte[]
- TryProtect(ReadOnlySpan<Byte> userData, DataProtectionScope scope, Span<Byte> destination, int bytesWritten, ReadOnlySpan<Byte> optionalEntropy = null) : bool
- TryUnprotect(ReadOnlySpan<Byte> encryptedData, DataProtectionScope scope, Span<Byte> destination, int bytesWritten, ReadOnlySpan<Byte> optionalEntropy = null) : bool
- Unprotect(ReadOnlySpan<Byte> encryptedData, DataProtectionScope scope, Span<Byte> destination, ReadOnlySpan<Byte> optionalEntropy = null) : int
- Unprotect(ReadOnlySpan<Byte> encryptedData, DataProtectionScope scope, ReadOnlySpan<Byte> optionalEntropy = null) : Byte[]
System.Security.Cryptography.Pkcs
Constructors
- CmsSigner(SubjectIdentifierType signerIdentifierType, X509Certificate2 certificate, CompositeMLDsa privateKey)
- CmsSigner(SubjectIdentifierType signerIdentifierType, X509Certificate2 certificate, MLDsa privateKey)
- CmsSigner(SubjectIdentifierType signerIdentifierType, X509Certificate2 certificate, SlhDsa privateKey)
System.Windows
Methods
- SetDataAsJson<T>(string format, T data)
- TryGetData<T>(string format, T data) : bool
- TryGetData<T>(string format, Func<TypeName, Type> resolver, T data) : bool
Methods
- SetDataAsJson<T>(T data)
- SetDataAsJson<T>(string format, T data)
- TryGetData<T>(T data) : bool
- TryGetData<T>(string format, bool autoConvert, T data) : bool
- TryGetData<T>(string format, T data) : bool
- TryGetData<T>(string format, Func<TypeName, Type> resolver, bool autoConvert, T data) : bool
Methods
- TryGetData<T>(IDataObject dataObject, T data) : bool
- TryGetData<T>(IDataObject dataObject, string format, bool autoConvert, T data) : bool
- TryGetData<T>(IDataObject dataObject, string format, T data) : bool
- TryGetData<T>(IDataObject dataObject, string format, Func<TypeName, Type> resolver, bool autoConvert, T data) : bool
Methods
- TryGetData<T>(T data) : bool
- TryGetData<T>(string format, bool autoConvert, T data) : bool
- TryGetData<T>(string format, T data) : bool
- TryGetData<T>(string format, Func<TypeName, Type> resolver, bool autoConvert, T data) : bool
Command line:
dotnet tool install --global dotMorten.OmdGenerator
generateomd C:\Users\mort5161\.dotnet\tools\.store\dotmorten.omdgenerator\1.5.2\dotmorten.omdgenerator\1.5.2\tools\net6.0\any\generateomd.dll --assemblies=e:\TEMP\dotnetdiff\10rc1\desktop\ --compareAssemblies=e:\TEMP\dotnetdiff\9\desktop\
Generated with .NET Object Model Diagram Generator