Share via


DataProtectionSecurityStateEncoder.DecodeSecurityState(Byte[]) メソッド

定義

セキュリティ状態をデコードします。

protected public:
 override cli::array <System::Byte> ^ DecodeSecurityState(cli::array <System::Byte> ^ data);
protected internal override byte[] DecodeSecurityState (byte[] data);
override this.DecodeSecurityState : byte[] -> byte[]
Protected Friend Overrides Function DecodeSecurityState (data As Byte()) As Byte()

パラメーター

data
Byte[]

エンコードされたセキュリティ状態を表す byte 配列。

戻り値

Byte[]

デコードされたセキュリティ状態を表す byte 配列。

適用対象