API Reference
Class
SpnParts
Parsed SPN parts.
Inheritance
- Object
- SpnParts
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method SpnParser.Parse
Constructors
public SpnParts(String raw, String serviceClass, String host, Nullable<Int32> port, String realm) #Creates a new instance of parsed SPN parts.
Parameters
- raw System.String
- Original SPN string (trimmed).
- serviceClass System.String
- Service class (left side of the first '/').
- host System.String
- Host portion of the target (may be null).
- port System.Nullable{System.Int32}
- Port portion when present (may be null).
- realm System.String
- Realm portion when present (after '@').
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object