Interface IAlgorithmConstraints
.NET interface for TO BE DEFINED FROM USER
public interface IAlgorithmConstraints
Methods
Permits(Set<CryptoPrimitive>, String, AlgorithmParameters)
bool Permits(Set<CryptoPrimitive> arg0, String arg1, AlgorithmParameters arg2)
Parameters
arg0
Set<CryptoPrimitive>arg1
Stringarg2
AlgorithmParameters
Returns
Permits(Set<CryptoPrimitive>, String, Key, AlgorithmParameters)
bool Permits(Set<CryptoPrimitive> arg0, String arg1, Key arg2, AlgorithmParameters arg3)
Parameters
arg0
Set<CryptoPrimitive>arg1
Stringarg2
Keyarg3
AlgorithmParameters
Returns
Permits(Set<CryptoPrimitive>, Key)
bool Permits(Set<CryptoPrimitive> arg0, Key arg1)
Parameters
arg0
Set<CryptoPrimitive>arg1
Key