CryptoStreamMode 열거형
정의
암호화 스트림의 모드를 지정합니다.Specifies the mode of a cryptographic stream.
public enum class CryptoStreamMode
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public enum CryptoStreamMode
type CryptoStreamMode =
Public Enum CryptoStreamMode
- 상속
- 특성
필드
Read | 0 | 암호화 스트림의 액세스를 읽습니다.Read access to a cryptographic stream. |
Write | 1 | 암호화 스트림의 액세스를 씁니다.Write access to a cryptographic stream. |