메소드 | 설명 | |
---|---|---|
ComputeHashAsync ( this encryptor, string text ) : Task |
||
ComputeHashToText ( this encryptor, string text, EncryptionStringFormat format = EncryptionStringFormat.HexDecimal ) : string | ||
ComputeHashToTextAsync ( this encryptor, string text, EncryptionStringFormat format = EncryptionStringFormat.HexDecimal ) : Task |
public static ComputeHashAsync ( this encryptor, string text ) : Task |
||
encryptor | this | |
text | string | |
리턴 | Task |
public static ComputeHashToText ( this encryptor, string text, EncryptionStringFormat format = EncryptionStringFormat.HexDecimal ) : string | ||
encryptor | this | |
text | string | |
format | EncryptionStringFormat | |
리턴 | string |
public static ComputeHashToTextAsync ( this encryptor, string text, EncryptionStringFormat format = EncryptionStringFormat.HexDecimal ) : Task |
||
encryptor | this | |
text | string | |
format | EncryptionStringFormat | |
리턴 | Task |