'DeclarationPublic Shared Function FromListOfSecurityProfiles( _ ByVal profiles As ListOfSecurityProfiles _ ) As ServerSecurityPolicyCollection
'UsageDim profiles As ListOfSecurityProfiles Dim value As ServerSecurityPolicyCollection value = SecuredApplication.FromListOfSecurityProfiles(profiles)
public static ServerSecurityPolicyCollection FromListOfSecurityProfiles( ListOfSecurityProfiles profiles )
public: static ServerSecurityPolicyCollection^ FromListOfSecurityProfiles( ListOfSecurityProfiles^ profiles )
Parameters
- profiles