次の方法で共有


DataProtection クラス

定義

Windows Data Protection API を使用して文字列を暗号化および暗号化解除する機能を表します。

public ref class DataProtection abstract sealed
public static class DataProtection
type DataProtection = class
Public Class DataProtection
継承
DataProtection

メソッド

DecryptString(String)

指定した文字列の暗号化を解除します。

EncryptString(String)

指定した文字列を暗号化します。

適用対象