System.Security.Cryptography.WriteEncryptedPkcs8Func<TChar> sealed delegate WriteEncryptedPkcs8Func<TChar> : MulticastDelegate Documentation Code namespace System.Security.Cryptography { internal delegate AsnWriter WriteEncryptedPkcs8Func<TChar> (ReadOnlySpan<TChar> password, AsnWriter writer, PbeParameters pbeParameters); }