ITimeLimitedDataProtector.Protect(Byte[], DateTimeOffset) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プレーンテキスト データの一部を暗号化的に保護し、選択した時刻にデータの有効期限が切れる。
public:
cli::array <System::Byte> ^ Protect(cli::array <System::Byte> ^ plaintext, DateTimeOffset expiration);
public byte[] Protect (byte[] plaintext, DateTimeOffset expiration);
abstract member Protect : byte[] * DateTimeOffset -> byte[]
Public Function Protect (plaintext As Byte(), expiration As DateTimeOffset) As Byte()
パラメーター
- plaintext
- Byte[]
保護するプレーンテキスト データ。
- expiration
- DateTimeOffset
このペイロードの有効期限が切れる時刻。
戻り値
Byte[]
プレーンテキスト データの保護された形式。