Interface IAlgorithmConstraints
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/AlgorithmConstraints.html
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