Encode

SymmetricEncryptionAttribute.Encode method

提供されたアルゴリズム タイプ、キー、およびソルト パラメータに基づいて文字列を暗号化します

public string Encode(string source)
パラメータ タイプ 説明
source String エンコードするソース文字列

戻り値

エンコードされた文字列を返します。

関連項目