CrypterEnvironment.Crypters Property

CryptSharp

CrypterEnvironmentCrypters Property CryptSharp
The collection of crypters in this environment.

Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax

public IList<Crypter> Crypters { get; }
Public ReadOnly Property Crypters As IList(Of Crypter)
	Get
public:
property IList<Crypter^>^ Crypters {
	IList<Crypter^>^ get ();
}
member Crypters : IList<Crypter> with get

Property Value

Type: IListCrypter
See Also

Reference