SymmetricEncryptionAttribute

SymmetricEncryptionAttribute(SymmetricAlgorithmType, string, string)

매개변수로 대칭 알고리즘을 생성합니다.

public SymmetricEncryptionAttribute(SymmetricAlgorithmType algorithmType, string key, string salt)
모수 유형 설명
algorithmType SymmetricAlgorithmType 대칭 알고리즘 유형 지정
key String 암호화 키
salt String 암호화를 위한 암호

또한보십시오


SymmetricEncryptionAttribute(SymmetricAlgorithmType, string)

매개변수와 기본 암호로 대칭 알고리즘을 생성합니다.

public SymmetricEncryptionAttribute(SymmetricAlgorithmType algorithmType, string key)
모수 유형 설명
key SymmetricAlgorithmType 암호화 키
algorithmType String 암호화 알고리즘 유형

또한보십시오