TopologyConfiguration.IsTrusted Method
Checks if the specified GRUU is trusted in the topology.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public MustOverride Function IsTrusted ( _
gruu As String _
) As Boolean
'Usage
Dim instance As TopologyConfiguration
Dim gruu As String
Dim returnValue As Boolean
returnValue = instance.IsTrusted(gruu)
public abstract bool IsTrusted(
string gruu
)
Parameters
- gruu
Type: System.String
The GRUU to be checked.
Return Value
Type: System.Boolean
True if gruu is trusted.