CryptoStreamMode Výčet

Definice

Určuje režim kryptografického streamu.

public enum class CryptoStreamMode
[System.Serializable]
public enum CryptoStreamMode
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum CryptoStreamMode
public enum CryptoStreamMode
[<System.Serializable>]
type CryptoStreamMode = 
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type CryptoStreamMode = 
type CryptoStreamMode = 
Public Enum CryptoStreamMode
Dědičnost
CryptoStreamMode
Atributy

Pole

Name Hodnota Description
Read 0

Přístup pro čtení k kryptografickému streamu

Write 1

Zápis přístupu k kryptografickému streamu

Platí pro

Viz také