<PackageReference Include="System.Security.Cryptography.Pkcs" Version="11.0.0-rc.1.26425.128" />

System.Security.Cryptography.WriteEncryptedPkcs8Func<TChar>

sealed delegate WriteEncryptedPkcs8Func<TChar> : MulticastDelegate
public WriteEncryptedPkcs8Func(object object, IntPtr method)

public virtual IAsyncResult BeginInvoke(ReadOnlySpan<TChar> password, AsnWriter writer, PbeParameters pbeParameters, AsyncCallback callback, object object)

public virtual AsnWriter EndInvoke(IAsyncResult result)

public virtual AsnWriter Invoke(ReadOnlySpan<TChar> password, AsnWriter writer, PbeParameters pbeParameters)