Pkcs12Builder
Pkcs12Builder()
IsSealed
AddSafeContentsEncrypted(Pkcs12SafeContents, Byte[], PbeParameters)
AddSafeContentsEncrypted(Pkcs12SafeContents, String, PbeParameters)
AddSafeContentsEncrypted(Pkcs12SafeContents, ReadOnlySpan<Byte>, PbeParameters)
AddSafeContentsEncrypted(Pkcs12SafeContents, ReadOnlySpan<Char>, PbeParameters)
AddSafeContentsUnencrypted(Pkcs12SafeContents)
Encode()
SealWithMac(String, HashAlgorithmName, Int32)
SealWithMac(ReadOnlySpan<Char>, HashAlgorithmName, Int32)
SealWithoutIntegrity()
TryEncode(Span<Byte>, Int32)
xamarinios
namespace System.Security.Cryptography.Pkcs
{
public sealed class Pkcs12Builder
{
public bool TryEncode(Span<byte> destination, out int bytesWritten);
}
}
| .NET | 5.06.07.08.09.010.0 |
|---|---|
| .NET Core | 3.03.1 |
| .NET Standard | 2.1 |
Information specific to xamarinios | |
| Assembly | System.Security , Version=2.0.5.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API