Edit

Share via


SlhDsaOpenSsl Class

Definition

public ref class SlhDsaOpenSsl sealed : System::Security::Cryptography::SlhDsa
[System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006")]
public sealed class SlhDsaOpenSsl : System.Security.Cryptography.SlhDsa
[<System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006")>]
type SlhDsaOpenSsl = class
    inherit SlhDsa
Public NotInheritable Class SlhDsaOpenSsl
Inherits SlhDsa
Inheritance
SlhDsaOpenSsl
Attributes

Constructors

SlhDsaOpenSsl(SafeEvpPKeyHandle)

Properties

Algorithm (Inherited from SlhDsa)

Methods

Dispose() (Inherited from SlhDsa)
Dispose(Boolean) (Inherited from SlhDsa)
DuplicateKeyHandle()
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters) (Inherited from SlhDsa)
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters) (Inherited from SlhDsa)
ExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Byte>, PbeParameters) (Inherited from SlhDsa)
ExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Char>, PbeParameters) (Inherited from SlhDsa)
ExportPkcs8PrivateKey() (Inherited from SlhDsa)
ExportPkcs8PrivateKeyPem() (Inherited from SlhDsa)
ExportSlhDsaPublicKey(Span<Byte>) (Inherited from SlhDsa)
ExportSlhDsaPublicKeyCore(Span<Byte>) (Inherited from SlhDsa)
ExportSlhDsaSecretKey(Span<Byte>) (Inherited from SlhDsa)
ExportSlhDsaSecretKeyCore(Span<Byte>) (Inherited from SlhDsa)
ExportSubjectPublicKeyInfo() (Inherited from SlhDsa)
ExportSubjectPublicKeyInfoPem() (Inherited from SlhDsa)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
SignData(ReadOnlySpan<Byte>, Span<Byte>, ReadOnlySpan<Byte>) (Inherited from SlhDsa)
SignDataCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>) (Inherited from SlhDsa)
ThrowIfDisposed() (Inherited from SlhDsa)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters, Span<Byte>, Int32) (Inherited from SlhDsa)
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters, Span<Byte>, Int32) (Inherited from SlhDsa)
TryExportPkcs8PrivateKey(Span<Byte>, Int32) (Inherited from SlhDsa)
TryExportSubjectPublicKeyInfo(Span<Byte>, Int32) (Inherited from SlhDsa)
VerifyData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>) (Inherited from SlhDsa)
VerifyDataCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>) (Inherited from SlhDsa)

Applies to