menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Rijndael - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Rijndael

    Inheritance
    System.Object
    Rijndael
    Namespace: Syncfusion.Pdf.Cryptography
    Assembly: Syncfusion.Pdf.UWP.dll
    Syntax
    public class Rijndael : Object

    Properties

    IV

    Declaration
    public byte[] IV { get; set; }
    Property Value
    Type
    System.Byte[]

    Key

    Declaration
    public byte[] Key { get; set; }
    Property Value
    Type
    System.Byte[]

    KeySize

    Declaration
    public int KeySize { get; set; }
    Property Value
    Type
    System.Int32

    Mode

    Declaration
    public CipherMode Mode { get; set; }
    Property Value
    Type
    CipherMode

    Padding

    Declaration
    public PaddingMode Padding { get; set; }
    Property Value
    Type
    PaddingMode

    Methods

    Create()

    Declaration
    public static Rijndael Create()
    Returns
    Type
    Rijndael

    Decrypt(Byte[])

    Declaration
    public byte[] Decrypt(byte[] data)
    Parameters
    Type Name Description
    System.Byte[] data
    Returns
    Type
    System.Byte[]

    Encrypt(Byte[])

    Declaration
    public byte[] Encrypt(byte[] data)
    Parameters
    Type Name Description
    System.Byte[] data
    Returns
    Type
    System.Byte[]

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved