SecurityParametersAlgorithm Property
 | 
Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public SecurityAlgorithm Algorithm { get; set; }
 
Public Property Algorithm As SecurityAlgorithm
        Get
        Set
 
public:
property SecurityAlgorithm Algorithm {
        SecurityAlgorithm get ();
        void set (SecurityAlgorithm value);
}
 
member Algorithm : SecurityAlgorithm with get, set
 
 
 
Property Value
Type: 
SecurityAlgorithm 
See Also